Class: Aws::PinpointSMSVoiceV2::Types::SetTextMessageSpendLimitOverrideResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetTextMessageSpendLimitOverrideResult
- 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.
6747 6748 6749 6750 6751 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6747 class SetTextMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end |