Class: Aws::PinpointSMSVoiceV2::Types::DeleteTextMessageSpendLimitOverrideResult

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)


2044
2045
2046
2047
2048
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2044

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