Class: Aws::PinpointSMSVoiceV2::Types::SpendLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SpendLimit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages. For more information on increasing your monthly spend limit, see [ Requesting increases to your monthly SMS spending quota for Amazon Pinpoint ][1] in the *Amazon Pinpoint User Guide*.
[1]: docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-awssupport-spend-threshold.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enforced_limit ⇒ Integer
The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month.
-
#max_limit ⇒ Integer
The maximum amount of money that you are able to spend to send messages each month, in US dollars.
-
#name ⇒ String
The name for the SpendLimit.
-
#overridden ⇒ Boolean
When set to ‘True`, the value that has been specified in the `EnforcedLimit` is used to determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars.
Instance Attribute Details
#enforced_limit ⇒ Integer
The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month. This value has to be less than or equal to the amount in ‘MaxLimit`. To use this custom limit, `Overridden` must be set to true.
6033 6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6033 class SpendLimit < Struct.new( :name, :enforced_limit, :max_limit, :overridden) SENSITIVE = [] include Aws::Structure end |
#max_limit ⇒ Integer
The maximum amount of money that you are able to spend to send messages each month, in US dollars.
6033 6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6033 class SpendLimit < Struct.new( :name, :enforced_limit, :max_limit, :overridden) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the SpendLimit.
6033 6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6033 class SpendLimit < Struct.new( :name, :enforced_limit, :max_limit, :overridden) SENSITIVE = [] include Aws::Structure end |
#overridden ⇒ Boolean
When set to ‘True`, the value that has been specified in the `EnforcedLimit` is used to determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars.
6033 6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6033 class SpendLimit < Struct.new( :name, :enforced_limit, :max_limit, :overridden) SENSITIVE = [] include Aws::Structure end |