Class: Aws::SES::Types::GetIdentityPoliciesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::GetIdentityPoliciesResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents the requested sending authorization policies.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policies  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of policy names to policies.
 
Instance Attribute Details
#policies ⇒ Hash<String,String>
A map of policy names to policies.
      1888 1889 1890 1891 1892  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1888 class GetIdentityPoliciesResponse < Struct.new( :policies) SENSITIVE = [] include Aws::Structure end  |