Class: Aws::PinpointSMSVoiceV2::Types::DeleteMediaMessageSpendLimitOverrideResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DeleteMediaMessageSpendLimitOverrideResult
 
 
- 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.
      1410 1411 1412 1413 1414  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1410 class DeleteMediaMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end  |