Class: Aws::WellArchitected::Types::AnswerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::AnswerSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
An answer summary of a lens review in a workload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#choice_answer_summaries ⇒ Array<Types::ChoiceAnswerSummary>
A list of selected choices to a question in your workload.
-
#choices ⇒ Array<Types::Choice>
List of choices available for a question.
-
#is_applicable ⇒ Boolean
Defines whether this question is applicable to a lens review.
-
#jira_configuration ⇒ Types::JiraConfiguration
Configuration of the Jira integration.
-
#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 the question.
-
#reason ⇒ String
The reason why a choice is non-applicable to a question in your workload.
-
#risk ⇒ String
The risk for a given workload, lens review, pillar, or question.
-
#selected_choices ⇒ Array<String>
List of selected choice IDs in a question answer.
Instance Attribute Details
#choice_answer_summaries ⇒ Array<Types::ChoiceAnswerSummary>
A list of selected choices to a question in your workload.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#choices ⇒ Array<Types::Choice>
List of choices available for a question.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#is_applicable ⇒ Boolean
Defines whether this question is applicable to a lens review.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#jira_configuration ⇒ Types::JiraConfiguration
Configuration of the Jira integration.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) 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.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#question_id ⇒ String
The ID of the question.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#question_title ⇒ String
The title of the question.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#question_type ⇒ String
The type of the question.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why a choice is non-applicable to a question in your workload.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |
#risk ⇒ String
The risk for a given workload, lens review, pillar, or question.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) 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.
277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 277 class AnswerSummary < Struct.new( :question_id, :pillar_id, :question_title, :choices, :selected_choices, :choice_answer_summaries, :is_applicable, :risk, :reason, :question_type, :jira_configuration) SENSITIVE = [] include Aws::Structure end |