Class: Aws::PinpointSMSVoiceV2::Types::SetVoiceMessageSpendLimitOverrideResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::SetVoiceMessageSpendLimitOverrideResult
 
 
- 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 to enforce on sending voice messages.
 
Instance Attribute Details
#monthly_limit ⇒ Integer
The current monthly limit to enforce on sending voice messages.
      5976 5977 5978 5979 5980  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5976 class SetVoiceMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end  |