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

Class: Aws::SES::Types::DescribeReceiptRuleSetResponse

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

Overview

Represents the details of the specified receipt rule set.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::ReceiptRuleSetMetadata

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

Returns:

  • (Types::ReceiptRuleSetMetadata)

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

#rulesArray<Types::ReceiptRule>

A list of the receipt rules that belong to the specified receipt rule set.

Returns:

  • (Array<Types::ReceiptRule>)

    A list of the receipt rules that belong to the specified receipt rule set.