Learn R Programming

paws.developer.tools (version 0.8.0)

wellarchitected_update_review_template_answer: Update a review template answer

Description

Update a review template answer.

See https://www.paws-r-sdk.com/docs/wellarchitected_update_review_template_answer/ for full documentation.

Usage

wellarchitected_update_review_template_answer(
  TemplateArn,
  LensAlias,
  QuestionId,
  SelectedChoices = NULL,
  ChoiceUpdates = NULL,
  Notes = NULL,
  IsApplicable = NULL,
  Reason = NULL
)

Arguments

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.