Class: Aws::WellArchitected::Types::ChoiceAnswerSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ChoiceAnswerSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A choice summary that has been answered on a question in your workload.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #choice_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a choice.
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason why a choice is non-applicable to a question in your workload.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of a choice.
 
Instance Attribute Details
#choice_id ⇒ String
The ID of a choice.
      593 594 595 596 597 598 599  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 593 class ChoiceAnswerSummary < Struct.new( :choice_id, :status, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason why a choice is non-applicable to a question in your workload.
      593 594 595 596 597 598 599  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 593 class ChoiceAnswerSummary < Struct.new( :choice_id, :status, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of a choice.
      593 594 595 596 597 598 599  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 593 class ChoiceAnswerSummary < Struct.new( :choice_id, :status, :reason) SENSITIVE = [] include Aws::Structure end  |