Class: Aws::WellArchitected::Types::ChoiceUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ChoiceUpdate
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A list of choices to be updated.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #notes  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The notes associated with 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
#notes ⇒ String
The notes associated with a choice.
      666 667 668 669 670 671 672  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 666 class ChoiceUpdate < Struct.new( :status, :reason, :notes) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason why a choice is non-applicable to a question in your workload.
      666 667 668 669 670 671 672  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 666 class ChoiceUpdate < Struct.new( :status, :reason, :notes) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of a choice.
      666 667 668 669 670 671 672  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 666 class ChoiceUpdate < Struct.new( :status, :reason, :notes) SENSITIVE = [] include Aws::Structure end  |