Get Review Template
wellarchitected_get_review_template | R Documentation |
Get review template¶
Description¶
Get review template.
Usage¶
Arguments¶
TemplateArn
[required] The review template ARN.
Value¶
A list with the following syntax:
list(
ReviewTemplate = list(
Description = "string",
Lenses = list(
"string"
),
Notes = "string",
QuestionCounts = list(
123
),
Owner = "string",
UpdatedAt = as.POSIXct(
"2015-01-01"
),
TemplateArn = "string",
TemplateName = "string",
Tags = list(
"string"
),
UpdateStatus = "CURRENT"|"LENS_NOT_CURRENT",
ShareInvitationId = "string"
)
)