Class: Aws::SESV2::Types::ListConfigurationSetsResponse

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

Overview

A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_setsArray<String>

An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.

Returns:

  • (Array<String>)


4051
4052
4053
4054
4055
4056
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4051

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

#next_tokenString

A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.

Returns:

  • (String)


4051
4052
4053
4054
4055
4056
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4051

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