Class: Aws::PinpointSMSVoiceV2::Types::SetMediaMessageSpendLimitOverrideRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::SetMediaMessageSpendLimitOverrideRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #monthly_limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new monthly limit to enforce on text messages.
 
Instance Attribute Details
#monthly_limit ⇒ Integer
The new monthly limit to enforce on text messages.
      5916 5917 5918 5919 5920  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5916 class SetMediaMessageSpendLimitOverrideRequest < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end  |