Class: Aws::ComputeOptimizer::Types::Summary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComputeOptimizer::Types::Summary
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      6575 6576 6577 6578 6579 6580 6581  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 6575 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.
      6575 6576 6577 6578 6579 6580 6581  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 6575 class Summary < Struct.new( :name, :value, :reason_code_summaries) SENSITIVE = [] include Aws::Structure end  |