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