apigateway_get_tags {paws.networking} | R Documentation |
Gets the Tags collection for a given resource
Description
Gets the Tags collection for a given resource.
See https://www.paws-r-sdk.com/docs/apigateway_get_tags/ for full documentation.
Usage
apigateway_get_tags(resourceArn, position = NULL, limit = NULL)
Arguments
resourceArn |
[required] The ARN of a resource that can be tagged. |
position |
(Not currently supported) The current pagination position in the paged result set. |
limit |
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |
[Package paws.networking version 0.7.0 Index]