Class: Aws::WellArchitected::Types::BestPractice
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::BestPractice
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A best practice, or question choice, that has been identified as a risk in this question.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #choice_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a choice.
 - 
  
    
      #choice_title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of a choice.
 
Instance Attribute Details
#choice_id ⇒ String
The ID of a choice.
      347 348 349 350 351 352  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 347 class BestPractice < Struct.new( :choice_id, :choice_title) SENSITIVE = [] include Aws::Structure end  | 
  
#choice_title ⇒ String
The title of a choice.
      347 348 349 350 351 352  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 347 class BestPractice < Struct.new( :choice_id, :choice_title) SENSITIVE = [] include Aws::Structure end  |