Class: Aws::PinpointSMSVoiceV2::Types::DescribeAccountLimitsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeAccountLimitsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_limits  ⇒ Array<Types::AccountLimit> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of AccountLimit objects that show the current spend limits.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 
Instance Attribute Details
#account_limits ⇒ Array<Types::AccountLimit>
An array of AccountLimit objects that show the current spend limits.
      2014 2015 2016 2017 2018 2019  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2014 class DescribeAccountLimitsResult < Struct.new( :account_limits, :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.
      2014 2015 2016 2017 2018 2019  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2014 class DescribeAccountLimitsResult < Struct.new( :account_limits, :next_token) SENSITIVE = [] include Aws::Structure end  |