Class: Aws::WellArchitected::Types::ReviewTemplateAnswerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ReviewTemplateAnswerSummary
- 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
-
#answer_status ⇒ String
The status of whether or not this question has been answered.
-
#choice_answer_summaries ⇒ Array<Types::ChoiceAnswerSummary>
A list of selected choices to a question in the review template.
-
#choices ⇒ Array<Types::Choice>
List of choices available for a question.
-
#is_applicable ⇒ Boolean
Defines whether this question is applicable to a lens review.
-
#pillar_id ⇒ String
The ID used to identify a pillar, for example,
security. -
#question_id ⇒ String
The ID of the question.
-
#question_title ⇒ String
The title of the question.
-
#question_type ⇒ String
The type of question.
-
#reason ⇒ String
The reason why a choice is not-applicable to a question in the review template.
-
#selected_choices ⇒ Array<String>
List of selected choice IDs in a question answer.
Instance Attribute Details
#answer_status ⇒ String
The status of whether or not this question has been answered.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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_summaries ⇒ Array<Types::ChoiceAnswerSummary>
A list of selected choices to a question in the review template.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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 |
#choices ⇒ Array<Types::Choice>
List of choices available for a question.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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_applicable ⇒ Boolean
Defines whether this question is applicable to a lens review.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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_id ⇒ String
The ID used to identify a pillar, for example, security.
A pillar is identified by its PillarReviewSummary$PillarId.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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_id ⇒ String
The ID of the question.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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_title ⇒ String
The title of the question.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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_type ⇒ String
The type of question.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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 |
#reason ⇒ String
The reason why a choice is not-applicable to a question in the review template.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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_choices ⇒ Array<String>
List of selected choice IDs in a question answer.
The values entered replace the previously selected choices.
6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6984 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 |