clouddirectory_list_tags_for_resource {paws.security.identity} | R Documentation |
Returns tags for a resource
Description
Returns tags for a resource. Tagging is currently supported only for directories with a limit of 50 tags per directory. All 50 tags are returned for a given directory with this API call.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_tags_for_resource/ for full documentation.
Usage
clouddirectory_list_tags_for_resource(
ResourceArn,
NextToken = NULL,
MaxResults = NULL
)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories. |
NextToken |
The pagination token. This is for future use. Currently pagination is not supported for tagging. |
MaxResults |
The |
[Package paws.security.identity version 0.6.1 Index]