AWSSESListConfigurationSetsRequest
Objective-C
@interface AWSSESListConfigurationSetsRequest
Swift
class AWSSESListConfigurationSetsRequest
Represents a request to list the configuration sets associated with your Amazon Web Services account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
-
The number of configuration sets to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxItems;Swift
var maxItems: NSNumber? { get set } -
A token returned from a previous call to
ListConfigurationSetsto indicate the position of the configuration set in the configuration set list.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSSESListConfigurationSetsRequest Class Reference