Class: Aws::RedshiftServerless::Types::UpdateUsageLimitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateUsageLimitRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/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 Serverless takes when the limit is reached.
-
#usage_limit_id ⇒ String
The identifier of the usage limit to update.
Instance Attribute Details
#amount ⇒ Integer
The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.
3498 3499 3500 3501 3502 3503 3504 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3498 class UpdateUsageLimitRequest < Struct.new( :amount, :breach_action, :usage_limit_id) SENSITIVE = [] include Aws::Structure end |
#breach_action ⇒ String
The new action that Amazon Redshift Serverless takes when the limit is reached.
3498 3499 3500 3501 3502 3503 3504 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3498 class UpdateUsageLimitRequest < Struct.new( :amount, :breach_action, :usage_limit_id) SENSITIVE = [] include Aws::Structure end |
#usage_limit_id ⇒ String
The identifier of the usage limit to update.
3498 3499 3500 3501 3502 3503 3504 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3498 class UpdateUsageLimitRequest < Struct.new( :amount, :breach_action, :usage_limit_id) SENSITIVE = [] include Aws::Structure end |