List Tags
opsworks_list_tags | R Documentation |
Returns a list of tags that are applied to the specified stack or layer¶
Description¶
Returns a list of tags that are applied to the specified stack or layer.
Usage¶
opsworks_list_tags(ResourceArn, MaxResults, NextToken)
Arguments¶
ResourceArn |
[required] The stack or layer's Amazon Resource Number (ARN). |
MaxResults |
Do not use. A validation exception occurs if you add a
|
NextToken |
Do not use. A validation exception occurs if you add a
|
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_tags(
ResourceArn = "string",
MaxResults = 123,
NextToken = "string"
)