Class: Aws::SES::Types::ListConfigurationSetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

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].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_setsArray<Types::ConfigurationSet>

A list of configuration sets.

Returns:



2454
2455
2456
2457
2458
# File 'lib/aws-sdk-ses/types.rb', line 2454

class ListConfigurationSetsResponse < Struct.new(
  :configuration_sets,
  :next_token)
  include Aws::Structure
end

#next_tokenString

A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ‘ListConfigurationSets`.

Returns:

  • (String)


2454
2455
2456
2457
2458
# File 'lib/aws-sdk-ses/types.rb', line 2454

class ListConfigurationSetsResponse < Struct.new(
  :configuration_sets,
  :next_token)
  include Aws::Structure
end