Class: Aws::ComputeOptimizer::Types::IdleDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::IdleDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the dimension of an idle resource utilization metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the dimension key.
-
#values ⇒ Array<String>
The value of the dimension.
Instance Attribute Details
#key ⇒ String
The name of the dimension key.
3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3888 class IdleDimension < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The value of the dimension.
3888 3889 3890 3891 3892 3893 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3888 class IdleDimension < Struct.new( :key, :values) SENSITIVE = [] include Aws::Structure end |