Class: Aws::Redshift::Types::ModifyUsageLimitMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyUsageLimitMessage
- Includes:
- Structure
- Defined in:
- 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.
9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-redshift/types.rb', line 9015 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.
9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-redshift/types.rb', line 9015 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.
9015 9016 9017 9018 9019 9020 9021 |
# File 'lib/aws-sdk-redshift/types.rb', line 9015 class ModifyUsageLimitMessage < Struct.new( :usage_limit_id, :amount, :breach_action) SENSITIVE = [] include Aws::Structure end |