Class: Aws::RedshiftServerless::Types::UsageLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UsageLimit
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
The usage limit object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The limit amount.
-
#breach_action ⇒ String
The action that Amazon Redshift Serverless takes when the limit is reached.
-
#period ⇒ String
The time period that the amount applies to.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.
-
#usage_limit_arn ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the usage limit.
-
#usage_limit_id ⇒ String
The identifier of the usage limit.
-
#usage_type ⇒ String
The Amazon Redshift Serverless feature to limit.
Instance Attribute Details
#amount ⇒ Integer
The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3650 class UsageLimit < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_limit_arn, :usage_limit_id, :usage_type) SENSITIVE = [] include Aws::Structure end |
#breach_action ⇒ String
The action that Amazon Redshift Serverless takes when the limit is reached.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3650 class UsageLimit < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_limit_arn, :usage_limit_id, :usage_type) SENSITIVE = [] include Aws::Structure end |
#period ⇒ String
The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3650 class UsageLimit < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_limit_arn, :usage_limit_id, :usage_type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3650 class UsageLimit < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_limit_arn, :usage_limit_id, :usage_type) SENSITIVE = [] include Aws::Structure end |
#usage_limit_arn ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the usage limit.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3650 class UsageLimit < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_limit_arn, :usage_limit_id, :usage_type) SENSITIVE = [] include Aws::Structure end |
#usage_limit_id ⇒ String
The identifier of the usage limit.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3650 class UsageLimit < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_limit_arn, :usage_limit_id, :usage_type) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The Amazon Redshift Serverless feature to limit.
3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3650 class UsageLimit < Struct.new( :amount, :breach_action, :period, :resource_arn, :usage_limit_arn, :usage_limit_id, :usage_type) SENSITIVE = [] include Aws::Structure end |