Class: Aws::PinpointSMSVoiceV2::Types::SetMediaMessageSpendLimitOverrideRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monthly_limitInteger

The new monthly limit to enforce on text messages.

Returns:

  • (Integer)


6602
6603
6604
6605
6606
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6602

class SetMediaMessageSpendLimitOverrideRequest < Struct.new(
  :monthly_limit)
  SENSITIVE = []
  include Aws::Structure
end