Class: Aws::PinpointSMSVoiceV2::Types::SetMediaMessageSpendLimitOverrideResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetMediaMessageSpendLimitOverrideResult
- 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 text messages.
Instance Attribute Details
#monthly_limit ⇒ Integer
The current monthly limit to enforce on sending text messages.
6614 6615 6616 6617 6618 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6614 class SetMediaMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end |