Class: Aws::RedshiftServerless::Types::PerformanceTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::PerformanceTarget
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
An object that represents the price performance target settings for the workgroup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#level ⇒ Integer
The target price performance level for the workgroup.
-
#status ⇒ String
Whether the price performance target is enabled for the workgroup.
Instance Attribute Details
#level ⇒ Integer
The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.
2289 2290 2291 2292 2293 2294 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2289 class PerformanceTarget < Struct.new( :level, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Whether the price performance target is enabled for the workgroup.
2289 2290 2291 2292 2293 2294 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2289 class PerformanceTarget < Struct.new( :level, :status) SENSITIVE = [] include Aws::Structure end |