Class: Aws::SES::Types::DescribeReceiptRuleResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::DescribeReceiptRuleResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents the details of a receipt rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rule  ⇒ Types::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.
 
Instance Attribute Details
#rule ⇒ Types::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.
      1391 1392 1393 1394 1395  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1391 class DescribeReceiptRuleResponse < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end  |