Class: Aws::SES::Types::DescribeReceiptRuleResponse

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

Overview

Represents the details of a receipt rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ruleTypes::ReceiptRule

A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

Returns:



1352
1353
1354
1355
1356
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1352

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