Class: Aws::PinpointSMSVoiceV2::Types::SetMediaMessageSpendLimitOverrideResult

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 current monthly limit to enforce on sending text messages.

Returns:

  • (Integer)


6614
6615
6616
6617
6618
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6614

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