Class: Aws::PinpointSMSVoiceV2::Types::DeleteMediaMessageSpendLimitOverrideResult

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, in US dollars.

Returns:

  • (Integer)


1451
1452
1453
1454
1455
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1451

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