Class: Aws::PinpointSMSVoiceV2::Types::AccountLimit
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::AccountLimit
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
The current resource quotas associated with an Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services set limit for that resource type, in US dollars.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the attribute to apply the account limit to.
 - 
  
    
      #used  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current amount that has been spent, in US dollars.
 
Instance Attribute Details
#max ⇒ Integer
The Amazon Web Services set limit for that resource type, in US dollars.
      70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 70 class AccountLimit < Struct.new( :name, :used, :max) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the attribute to apply the account limit to.
      70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 70 class AccountLimit < Struct.new( :name, :used, :max) SENSITIVE = [] include Aws::Structure end  | 
  
#used ⇒ Integer
The current amount that has been spent, in US dollars.
      70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 70 class AccountLimit < Struct.new( :name, :used, :max) SENSITIVE = [] include Aws::Structure end  |