

# AnswerSummary
<a name="API_AnswerSummary"></a>

An answer summary of a lens review in a workload.

## Contents
<a name="API_AnswerSummary_Contents"></a>

 ** ChoiceAnswerSummaries **   <a name="wellarchitected-Type-AnswerSummary-ChoiceAnswerSummaries"></a>
A list of selected choices to a question in your workload.  
Type: Array of [ChoiceAnswerSummary](API_ChoiceAnswerSummary.md) objects  
Required: No

 ** Choices **   <a name="wellarchitected-Type-AnswerSummary-Choices"></a>
List of choices available for a question.  
Type: Array of [Choice](API_Choice.md) objects  
Required: No

 ** IsApplicable **   <a name="wellarchitected-Type-AnswerSummary-IsApplicable"></a>
Defines whether this question is applicable to a lens review.  
Type: Boolean  
Required: No

 ** JiraConfiguration **   <a name="wellarchitected-Type-AnswerSummary-JiraConfiguration"></a>
Configuration of the Jira integration.  
Type: [JiraConfiguration](API_JiraConfiguration.md) object  
Required: No

 ** PillarId **   <a name="wellarchitected-Type-AnswerSummary-PillarId"></a>
The ID used to identify a pillar, for example, `security`.  
A pillar is identified by its [PillarReviewSummary:PillarId](API_PillarReviewSummary.md#wellarchitected-Type-PillarReviewSummary-PillarId).  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Required: No

 ** QuestionId **   <a name="wellarchitected-Type-AnswerSummary-QuestionId"></a>
The ID of the question.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Required: No

 ** QuestionTitle **   <a name="wellarchitected-Type-AnswerSummary-QuestionTitle"></a>
The title of the question.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 512.  
Required: No

 ** QuestionType **   <a name="wellarchitected-Type-AnswerSummary-QuestionType"></a>
The type of the question.  
Type: String  
Valid Values: `PRIORITIZED | NON_PRIORITIZED`   
Required: No

 ** Reason **   <a name="wellarchitected-Type-AnswerSummary-Reason"></a>
The reason why a choice is non-applicable to a question in your workload.  
Type: String  
Valid Values: `OUT_OF_SCOPE | BUSINESS_PRIORITIES | ARCHITECTURE_CONSTRAINTS | OTHER | NONE`   
Required: No

 ** Risk **   <a name="wellarchitected-Type-AnswerSummary-Risk"></a>
The risk for a given workload, lens review, pillar, or question.  
Type: String  
Valid Values: `UNANSWERED | HIGH | MEDIUM | NONE | NOT_APPLICABLE`   
Required: No

 ** SelectedChoices **   <a name="wellarchitected-Type-AnswerSummary-SelectedChoices"></a>
List of selected choice IDs in a question answer.  
The values entered replace the previously selected choices.  
Type: Array of strings  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Required: No

## See Also
<a name="API_AnswerSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/wellarchitected-2020-03-31/AnswerSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/wellarchitected-2020-03-31/AnswerSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/wellarchitected-2020-03-31/AnswerSummary) 