Class: Aws::WellArchitected::Types::QuestionDifference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::QuestionDifference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A question difference return object.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #difference_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the type of change to the question.
 - 
  
    
      #question_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the question.
 - 
  
    
      #question_title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of the question.
 
Instance Attribute Details
#difference_status ⇒ String
Indicates the type of change to the question.
      4826 4827 4828 4829 4830 4831 4832  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4826 class QuestionDifference < Struct.new( :question_id, :question_title, :difference_status) SENSITIVE = [] include Aws::Structure end  | 
  
#question_id ⇒ String
The ID of the question.
      4826 4827 4828 4829 4830 4831 4832  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4826 class QuestionDifference < Struct.new( :question_id, :question_title, :difference_status) SENSITIVE = [] include Aws::Structure end  | 
  
#question_title ⇒ String
The title of the question.
      4826 4827 4828 4829 4830 4831 4832  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4826 class QuestionDifference < Struct.new( :question_id, :question_title, :difference_status) SENSITIVE = [] include Aws::Structure end  |