Get Tags
apigatewayv2_get_tags | R Documentation |
Gets a collection of Tag resources¶
Description¶
Gets a collection of Tag resources.
Usage¶
apigatewayv2_get_tags(ResourceArn)
Arguments¶
ResourceArn |
[required] The resource ARN for the tag. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$get_tags(
ResourceArn = "string"
)