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

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

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.



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

#rulesArray<Types::ReceiptRule>

The receipt rules that belong to the active rule set.

Returns:



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