Class: Aws::SES::Types::ListConfigurationSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListConfigurationSetsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
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].
[1]: docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_items ⇒ Integer
The number of configuration sets to return.
-
#next_token ⇒ String
A token returned from a previous call to ‘ListConfigurationSets` to indicate the position of the configuration set in the configuration set list.
Instance Attribute Details
#max_items ⇒ Integer
The number of configuration sets to return.
2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-ses/types.rb', line 2456 class ListConfigurationSetsRequest < Struct.new( :next_token, :max_items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from a previous call to ‘ListConfigurationSets` to indicate the position of the configuration set in the configuration set list.
2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-ses/types.rb', line 2456 class ListConfigurationSetsRequest < Struct.new( :next_token, :max_items) SENSITIVE = [] include Aws::Structure end |