List Environment Templates
| proton_list_environment_templates | R Documentation |
List environment templates¶
Description¶
List environment templates.
Usage¶
Arguments¶
maxResultsThe maximum number of environment templates to list.
nextTokenA token that indicates the location of the next environment template in the array of environment templates, after the list of environment templates that was previously requested.
Value¶
A list with the following syntax:
list(
nextToken = "string",
templates = list(
list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
description = "string",
displayName = "string",
lastModifiedAt = as.POSIXct(
"2015-01-01"
),
name = "string",
provisioning = "CUSTOMER_MANAGED",
recommendedVersion = "string"
)
)
)