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

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

Overview

A question difference return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#difference_statusString

Indicates the type of change to the question.

Returns:

  • (String)


4826
4827
4828
4829
4830
4831
4832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4826

class QuestionDifference < Struct.new(
  :question_id,
  :question_title,
  :difference_status)
  SENSITIVE = []
  include Aws::Structure
end

#question_idString

The ID of the question.

Returns:

  • (String)


4826
4827
4828
4829
4830
4831
4832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4826

class QuestionDifference < Struct.new(
  :question_id,
  :question_title,
  :difference_status)
  SENSITIVE = []
  include Aws::Structure
end

#question_titleString

The title of the question.

Returns:

  • (String)


4826
4827
4828
4829
4830
4831
4832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4826

class QuestionDifference < Struct.new(
  :question_id,
  :question_title,
  :difference_status)
  SENSITIVE = []
  include Aws::Structure
end