Class: Aws::PinpointSMSVoiceV2::Types::DescribeSpendLimitsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeSpendLimitsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 - 
  
    
      #spend_limits  ⇒ Array<Types::SpendLimit> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of SpendLimit objects that contain the details for the requested spend limits.
 
Instance Attribute Details
#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.
      2852 2853 2854 2855 2856 2857  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2852 class DescribeSpendLimitsResult < Struct.new( :spend_limits, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#spend_limits ⇒ Array<Types::SpendLimit>
An array of SpendLimit objects that contain the details for the requested spend limits.
      2852 2853 2854 2855 2856 2857  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2852 class DescribeSpendLimitsResult < Struct.new( :spend_limits, :next_token) SENSITIVE = [] include Aws::Structure end  |