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

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

Overview

A list of 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_setsArray<Types::ConfigurationSet>

A list of configuration sets.

Returns:



2523
2524
2525
2526
2527
2528
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2523

class ListConfigurationSetsResponse < Struct.new(
  :configuration_sets,
  :next_token)
  SENSITIVE = []
  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)


2523
2524
2525
2526
2527
2528
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2523

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