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.
6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6649 class QuestionDifference < Struct.new( :question_id, :question_title, :difference_status) SENSITIVE = [] include Aws::Structure end |
#question_id ⇒ String
The ID of the question.
6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6649 class QuestionDifference < Struct.new( :question_id, :question_title, :difference_status) SENSITIVE = [] include Aws::Structure end |
#question_title ⇒ String
The title of the question.
6649 6650 6651 6652 6653 6654 6655 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6649 class QuestionDifference < Struct.new( :question_id, :question_title, :difference_status) SENSITIVE = [] include Aws::Structure end |