Class: Aws::ComputeOptimizer::Types::ReasonCodeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ReasonCodeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
A summary of a finding reason code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the finding reason code.
-
#value ⇒ Float
The value of the finding reason code summary.
Instance Attribute Details
#name ⇒ String
The name of the finding reason code.
6479 6480 6481 6482 6483 6484 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6479 class ReasonCodeSummary < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the finding reason code summary.
6479 6480 6481 6482 6483 6484 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6479 class ReasonCodeSummary < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |