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.
5986 5987 5988 5989 5990 5991 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5986 class ReasonCodeSummary < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the finding reason code summary.
5986 5987 5988 5989 5990 5991 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 5986 class ReasonCodeSummary < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |