Class: Aws::PinpointSMSVoiceV2::Types::DescribeAccountAttributesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeAccountAttributesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_attributes  ⇒ Array<Types::AccountAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of AccountAttributes objects.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 
Instance Attribute Details
#account_attributes ⇒ Array<Types::AccountAttribute>
An array of AccountAttributes objects.
      1978 1979 1980 1981 1982 1983  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1978 class DescribeAccountAttributesResult < Struct.new( :account_attributes, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
      1978 1979 1980 1981 1982 1983  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1978 class DescribeAccountAttributesResult < Struct.new( :account_attributes, :next_token) SENSITIVE = [] include Aws::Structure end  |