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

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

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.



1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1392

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

#rulesArray<Types::ReceiptRule>

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

Returns:



1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1392

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