Class: Aws::SES::Types::DescribeReceiptRuleSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DescribeReceiptRuleSetRequest
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_set_name ⇒ String
The name of the receipt rule set to describe.
Instance Attribute Details
#rule_set_name ⇒ String
The name of the receipt rule set to describe.
1411 1412 1413 1414 1415 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1411 class DescribeReceiptRuleSetRequest < Struct.new( :rule_set_name) SENSITIVE = [] include Aws::Structure end |