Class: Aws::SES::Types::DescribeReceiptRuleSetRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rule_set_nameString

The name of the receipt rule set to describe.

Returns:

  • (String)


1372
1373
1374
1375
1376
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1372

class DescribeReceiptRuleSetRequest < Struct.new(
  :rule_set_name)
  SENSITIVE = []
  include Aws::Structure
end