AWSSESListIdentitiesRequest
Objective-C
@interface AWSSESListIdentitiesRequest
Swift
class AWSSESListIdentitiesRequest
Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your Amazon Web Services account, regardless of verification status.
-
The type of the identities to list. Possible values are “EmailAddress” and “Domain”. If this parameter is omitted, then all identities are listed.
Declaration
Objective-C
@property (nonatomic) AWSSESIdentityType identityType;
Swift
var identityType: AWSSESIdentityType { get set }
-
The maximum number of identities per page. Possible values are 1-1000 inclusive.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxItems;
Swift
var maxItems: NSNumber? { get set }
-
The token to use for pagination.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }