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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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)


6733
6734
6735
6736
6737
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6733

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