Class: Aws::PinpointSMSVoiceV2::Types::AccountAttribute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::AccountAttribute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Displays the attributes associated with a single Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the account attribute.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value associated with the account attribute name.
 
Instance Attribute Details
#name ⇒ String
The name of the account attribute.
      45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 45 class AccountAttribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The value associated with the account attribute name.
      45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 45 class AccountAttribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  |