Class: Aws::PinpointSMSVoiceV2::Types::DeleteVoiceMessageSpendLimitOverrideResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DeleteVoiceMessageSpendLimitOverrideResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #monthly_limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current monthly limit, in US dollars.
 
Instance Attribute Details
#monthly_limit ⇒ Integer
The current monthly limit, in US dollars.
      1943 1944 1945 1946 1947  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1943 class DeleteVoiceMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end  |