ListEmailAddressesInput
public struct ListEmailAddressesInput : Equatable
input object for getting an email address using SudoEmailClient
-
Determines how the email address will be fetched. Default usage is
remoteOnly
.Declaration
Swift
public let cachePolicy: CachePolicy?
-
The number of items to return. Will be defaulted if omitted.
Declaration
Swift
public let limit: Int?
-
A token generated by a previous call.
Declaration
Swift
public let nextToken: String?