Class: Aws::SES::Types::DescribeReceiptRuleSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DescribeReceiptRuleSetResponse
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
Represents the details of the specified receipt rule set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ 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.
-
#rules ⇒ Array<Types::ReceiptRule>
A list of the receipt rules that belong to the specified receipt rule set.
Instance Attribute Details
#metadata ⇒ 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.
1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1383 class DescribeReceiptRuleSetResponse < Struct.new( :metadata, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::ReceiptRule>
A list of the receipt rules that belong to the specified receipt rule set.
1383 1384 1385 1386 1387 1388 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1383 class DescribeReceiptRuleSetResponse < Struct.new( :metadata, :rules) SENSITIVE = [] include Aws::Structure end |