Class: Aws::WellArchitected::Types::ReviewTemplateAnswerSummary

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

Overview

The summary of review template answers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_statusString

The status of whether or not this question has been answered.

Returns:

  • (String)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#choice_answer_summariesArray<Types::ChoiceAnswerSummary>

A list of selected choices to a question in the review template.

Returns:



5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#choicesArray<Types::Choice>

List of choices available for a question.

Returns:



5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_applicableBoolean

Defines whether this question is applicable to a lens review.

Returns:

  • (Boolean)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#pillar_idString

The ID used to identify a pillar, for example, security.

A pillar is identified by its PillarReviewSummary$PillarId.

Returns:

  • (String)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#question_idString

The ID of the question.

Returns:

  • (String)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#question_titleString

The title of the question.

Returns:

  • (String)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#question_typeString

The type of question.

Returns:

  • (String)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason why a choice is not-applicable to a question in the review template.

Returns:

  • (String)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end

#selected_choicesArray<String>

List of selected choice IDs in a question answer.

The values entered replace the previously selected choices.

Returns:

  • (Array<String>)


5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5103

class ReviewTemplateAnswerSummary < Struct.new(
  :question_id,
  :pillar_id,
  :question_title,
  :choices,
  :selected_choices,
  :choice_answer_summaries,
  :is_applicable,
  :answer_status,
  :reason,
  :question_type)
  SENSITIVE = []
  include Aws::Structure
end