View source: R/clouddirectory_operations.R
clouddirectory_list_tags_for_resource | R Documentation |
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.
clouddirectory_list_tags_for_resource(
ResourceArn,
NextToken = NULL,
MaxResults = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.