Class: Aws::SES::Types::DescribeActiveReceiptRuleSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::DescribeActiveReceiptRuleSetResponse
 
 
- 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.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metadata  ⇒ Types::ReceiptRuleSetMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metadata for the currently active receipt rule set.
 - 
  
    
      #rules  ⇒ Array<Types::ReceiptRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The receipt rules that belong to the active rule set.
 
Instance Attribute Details
#metadata ⇒ Types::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.
      1279 1280 1281 1282 1283 1284  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1279 class DescribeActiveReceiptRuleSetResponse < Struct.new( :metadata, :rules) SENSITIVE = [] include Aws::Structure end  | 
  
#rules ⇒ Array<Types::ReceiptRule>
The receipt rules that belong to the active rule set.
      1279 1280 1281 1282 1283 1284  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1279 class DescribeActiveReceiptRuleSetResponse < Struct.new( :metadata, :rules) SENSITIVE = [] include Aws::Structure end  |