You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

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 AWS Region.

Returns:

  • (Array<String>)

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

#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)

    A token that indicates that there are additional configuration sets to list.