- Navigation Guide
@aws-sdk/client-wellarchitected
ListReviewTemplateAnswersCommandOutput Interface
The output of ListReviewTemplateAnswersCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
AnswerSummaries | ReviewTemplateAnswerSummary[] | undefined | List of answer summaries of a lens review in a review template. |
LensAlias | string | undefined | The alias of the lens. For Amazon Web Services official lenses, this is either the lens alias, such as For custom lenses, this is the lens ARN, such as Each lens is identified by its LensSummary$LensAlias. |
NextToken | string | undefined | The token to use to retrieve the next set of results. |
TemplateArn | string | undefined | The ARN of the review template. |
Full Signature
export interface ListReviewTemplateAnswersCommandOutput extends ListReviewTemplateAnswersOutput, MetadataBearer