Class: Aws::PinpointSMSVoiceV2::Types::SetRcsMessageSpendLimitOverrideResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetRcsMessageSpendLimitOverrideResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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 RCS message spending.
Instance Attribute Details
#monthly_limit ⇒ Integer
The current monthly limit to enforce on RCS message spending.
9167 9168 9169 9170 9171 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 9167 class SetRcsMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end |