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.
6662 6663 6664 6665 6666 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6662 class SetVoiceMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end |