Class: Aws::ComputeOptimizer::Types::IdleSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

Describes the findings summary of the idle resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the finding group for the idle resources.

Returns:

  • (String)


4056
4057
4058
4059
4060
4061
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4056

class IdleSummary < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The count of idle resources in the finding group.

Returns:

  • (Float)


4056
4057
4058
4059
4060
4061
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4056

class IdleSummary < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end