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

Class: Aws::SES::Types::ListReceiptRuleSetsResponse

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

Overview

A list of receipt rule sets that exist under your AWS account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

Returns:

  • (String)

    A token indicating that there are additional receipt rule sets available to be listed.

#rule_setsArray<Types::ReceiptRuleSetMetadata>

The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.

Returns: