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

Class: Aws::SES::Types::DescribeActiveReceiptRuleSetResponse

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

Overview

Represents the metadata and receipt rules for the receipt rule set that is currently active.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::ReceiptRuleSetMetadata

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

Returns:

#rulesArray<Types::ReceiptRule>

The receipt rules that belong to the active rule set.

Returns: