clouddirectory_list_tags_for_resource: Returns tags for a resource

View source: R/clouddirectory_operations.R

clouddirectory_list_tags_for_resourceR 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 MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.