Class: Aws::Redshift::Types::ModifyUsageLimitMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyUsageLimitMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The new limit amount.
-
#breach_action ⇒ String
The new action that Amazon Redshift takes when the limit is reached.
-
#usage_limit_id ⇒ String
The identifier of the usage limit to modify.
Instance Attribute Details
#amount ⇒ Integer
The new limit amount. For more information about this parameter, see UsageLimit.
9051 9052 9053 9054 9055 9056 9057 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9051 class ModifyUsageLimitMessage < Struct.new( :usage_limit_id, :amount, :breach_action) SENSITIVE = [] include Aws::Structure end |
#breach_action ⇒ String
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
9051 9052 9053 9054 9055 9056 9057 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9051 class ModifyUsageLimitMessage < Struct.new( :usage_limit_id, :amount, :breach_action) SENSITIVE = [] include Aws::Structure end |
#usage_limit_id ⇒ String
The identifier of the usage limit to modify.
9051 9052 9053 9054 9055 9056 9057 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9051 class ModifyUsageLimitMessage < Struct.new( :usage_limit_id, :amount, :breach_action) SENSITIVE = [] include Aws::Structure end |