Class: Aws::ComputeOptimizer::Types::IdleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::IdleSummary
- 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
-
#name ⇒ String
The name of the finding group for the idle resources.
-
#value ⇒ Float
The count of idle resources in the finding group.
Instance Attribute Details
#name ⇒ String
The name of the finding group for the idle resources.
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 |
#value ⇒ Float
The count of idle resources in the finding group.
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 |