You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SES::Types::ListConfigurationSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListConfigurationSetsResponse
- Defined in:
- (unknown)
Overview
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.
Returned by:
Instance Attribute Summary collapse
-
#configuration_sets ⇒ Array<Types::ConfigurationSet>
A list of configuration sets.
-
#next_token ⇒ String
A token indicating that there are additional configuration sets available to be listed.
Instance Attribute Details
#configuration_sets ⇒ Array<Types::ConfigurationSet>
A list of configuration sets.
#next_token ⇒ String
A token indicating that there are additional configuration sets
available to be listed. Pass this token to successive calls of
ListConfigurationSets
.