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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Represents the details of the specified receipt rule set.

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.



1557
1558
1559
1560
1561
# File 'lib/aws-sdk-ses/types.rb', line 1557

class DescribeReceiptRuleSetResponse < Struct.new(
  :metadata,
  :rules)
  include Aws::Structure
end

#rulesArray<Types::ReceiptRule>

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

Returns:



1557
1558
1559
1560
1561
# File 'lib/aws-sdk-ses/types.rb', line 1557

class DescribeReceiptRuleSetResponse < Struct.new(
  :metadata,
  :rules)
  include Aws::Structure
end