Class: Aws::SES::Types::DescribeActiveReceiptRuleSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Represents the metadata and receipt rules for the receipt rule set that is currently active.

Instance Attribute Summary collapse

Instance Attribute Details

#metadataTypes::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.



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

class DescribeActiveReceiptRuleSetResponse < Struct.new(
  :metadata,
  :rules)
  include Aws::Structure
end

#rulesArray<Types::ReceiptRule>

The receipt rules that belong to the active rule set.

Returns:



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

class DescribeActiveReceiptRuleSetResponse < Struct.new(
  :metadata,
  :rules)
  include Aws::Structure
end