Class: Aws::ComputeOptimizer::Types::Summary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::Summary
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
The summary of a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The finding classification of the recommendation.
-
#reason_code_summaries ⇒ Array<Types::ReasonCodeSummary>
An array of objects that summarize a finding reason code.
-
#value ⇒ Float
The value of the recommendation summary.
Instance Attribute Details
#name ⇒ String
The finding classification of the recommendation.
7127 7128 7129 7130 7131 7132 7133 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 7127 class Summary < Struct.new( :name, :value, :reason_code_summaries) SENSITIVE = [] include Aws::Structure end |
#reason_code_summaries ⇒ Array<Types::ReasonCodeSummary>
An array of objects that summarize a finding reason code.
7127 7128 7129 7130 7131 7132 7133 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 7127 class Summary < Struct.new( :name, :value, :reason_code_summaries) SENSITIVE = [] include Aws::Structure end |