wellarchitected_update_review_template_answer {paws.developer.tools}R Documentation

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.


[Package paws.developer.tools version 0.7.0 Index]