AWSSESListIdentitiesResponse
Objective-C
@interface AWSSESListIdentitiesResponse
Swift
class AWSSESListIdentitiesResponse
A list of all identities that you have attempted to verify under your Amazon Web Services account, regardless of verification status.
Required parameters: [Identities]
-
A list of identities.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable identities;
Swift
var identities: [String]? { get set }
-
The token used for pagination.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }