List Blueprints
glue_list_blueprints | R Documentation |
Lists all the blueprint names in an account¶
Description¶
Lists all the blueprint names in an account.
Usage¶
glue_list_blueprints(NextToken, MaxResults, Tags)
Arguments¶
NextToken |
A continuation token, if this is a continuation request. |
MaxResults |
The maximum size of a list to return. |
Tags |
Filters the list by an Amazon Web Services resource tag. |
Value¶
A list with the following syntax:
list(
Blueprints = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_blueprints(
NextToken = "string",
MaxResults = 123,
Tags = list(
"string"
)
)