List Review Templates
wellarchitected_list_review_templates | R Documentation |
List review templates¶
Description¶
List review templates.
Usage¶
Arguments¶
NextToken
MaxResults
Value¶
A list with the following syntax:
list(
ReviewTemplates = list(
list(
Description = "string",
Lenses = list(
"string"
),
Owner = "string",
UpdatedAt = as.POSIXct(
"2015-01-01"
),
TemplateArn = "string",
TemplateName = "string",
UpdateStatus = "CURRENT"|"LENS_NOT_CURRENT"
)
),
NextToken = "string"
)