Class: Aws::SNS::Types::GetSMSAttributesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SNS::Types::GetSMSAttributesResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sns/types.rb
 
Overview
The response from the ‘GetSMSAttributes` request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attributes  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SMS attribute names and their values.
 
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The SMS attribute names and their values.
      746 747 748 749 750  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 746 class GetSMSAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end  |