Class: Aws::SES::Types::DescribeActiveReceiptRuleSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DescribeActiveReceiptRuleSetResponse
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
Represents the metadata and receipt rules for the receipt rule set that is currently active.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Types::ReceiptRuleSetMetadata
The metadata for the currently active receipt rule set.
-
#rules ⇒ Array<Types::ReceiptRule>
The receipt rules that belong to the active rule set.
Instance Attribute Details
#metadata ⇒ Types::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.
1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1240 class DescribeActiveReceiptRuleSetResponse < Struct.new( :metadata, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::ReceiptRule>
The receipt rules that belong to the active rule set.
1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1240 class DescribeActiveReceiptRuleSetResponse < Struct.new( :metadata, :rules) SENSITIVE = [] include Aws::Structure end |