View source: R/wellarchitected_operations.R
wellarchitected_update_review_template_answer | R Documentation |
Update a review template answer.
See https://www.paws-r-sdk.com/docs/wellarchitected_update_review_template_answer/ for full documentation.
wellarchitected_update_review_template_answer(
TemplateArn,
LensAlias,
QuestionId,
SelectedChoices = NULL,
ChoiceUpdates = NULL,
Notes = NULL,
IsApplicable = NULL,
Reason = NULL
)
TemplateArn |
[required] The review template ARN. |
LensAlias |
[required] |
QuestionId |
[required] |
SelectedChoices |
|
ChoiceUpdates |
A list of choices to be updated. |
Notes |
|
IsApplicable |
|
Reason |
The update reason. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.