AWSSESListConfigurationSetsResponse

Objective-C

@interface AWSSESListConfigurationSetsResponse

Swift

class AWSSESListConfigurationSetsResponse

A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

  • A list of configuration sets.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSESConfigurationSet *> *_Nullable configurationSets;

    Swift

    var configurationSets: [AWSSESConfigurationSet]? { get set }
  • A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }