Class: Aws::ComputeOptimizer::Types::IdleDimension

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The name of the dimension key.

Returns:

  • (String)


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

#valuesArray<String>

The value of the dimension.

Returns:

  • (Array<String>)


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