Class: Aws::WellArchitected::Types::QuestionMetric
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::QuestionMetric
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A metric for a particular question in the pillar.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #best_practices  ⇒ Array<Types::BestPractice> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The best practices, or choices, that have been identified as contributing to risk in a question.
 - 
  
    
      #question_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the question.
 - 
  
    
      #risk  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The risk for a given workload, lens review, pillar, or question.
 
Instance Attribute Details
#best_practices ⇒ Array<Types::BestPractice>
The best practices, or choices, that have been identified as contributing to risk in a question.
      4851 4852 4853 4854 4855 4856 4857  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4851 class QuestionMetric < Struct.new( :question_id, :risk, :best_practices) SENSITIVE = [] include Aws::Structure end  | 
  
#question_id ⇒ String
The ID of the question.
      4851 4852 4853 4854 4855 4856 4857  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4851 class QuestionMetric < Struct.new( :question_id, :risk, :best_practices) SENSITIVE = [] include Aws::Structure end  | 
  
#risk ⇒ String
The risk for a given workload, lens review, pillar, or question.
      4851 4852 4853 4854 4855 4856 4857  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4851 class QuestionMetric < Struct.new( :question_id, :risk, :best_practices) SENSITIVE = [] include Aws::Structure end  |