Class: Aws::PinpointSMSVoiceV2::Types::DeleteMediaMessageSpendLimitOverrideResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteMediaMessageSpendLimitOverrideResult
- 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, in US dollars.
Instance Attribute Details
#monthly_limit ⇒ Integer
The current monthly limit, in US dollars.
1451 1452 1453 1454 1455 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1451 class DeleteMediaMessageSpendLimitOverrideResult < Struct.new( :monthly_limit) SENSITIVE = [] include Aws::Structure end |