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

Class: Aws::SES::Types::ListConfigurationSetsRequest

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

Overview

Note:

When passing ListConfigurationSetsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#max_itemsInteger

The number of configuration sets to return.

Returns:

  • (Integer)

    The number of configuration sets to return.

#next_tokenString

A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

Returns:

  • (String)

    A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.