class Aws::SES::Types::ListConfigurationSetsRequest

Represents a request to list the 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

@note When making an API call, you may pass ListConfigurationSetsRequest

data as a hash:

    {
      next_token: "NextToken",
      max_items: 1,
    }

@!attribute [rw] next_token

A token returned from a previous call to `ListConfigurationSets` to
indicate the position of the configuration set in the configuration
set list.
@return [String]

@!attribute [rw] max_items

The number of configuration sets to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListConfigurationSetsRequest AWS API Documentation

Constants

SENSITIVE