Class: Aws::WellArchitected::Types::QuestionDifference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wellarchitected/types.rb

Overview

A question difference return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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