Class: Aws::PinpointSMSVoiceV2::Types::SetRcsMessageSpendLimitOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetRcsMessageSpendLimitOverrideRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monthly_limit ⇒ Integer
The new monthly limit to enforce on RCS message spending.
Instance Attribute Details
#monthly_limit ⇒ Integer
The new monthly limit to enforce on RCS message spending.
9000 9001 9002 9003 9004 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 9000 class SetRcsMessageSpendLimitOverrideRequest < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end |