efs_describe_tags {paws.storage} | R Documentation |
DEPRECATED - The DescribeTags action is deprecated and not maintained
Description
DEPRECATED - The describe_tags
action is deprecated and not maintained. To view tags associated with EFS resources, use the list_tags_for_resource
API action.
See https://www.paws-r-sdk.com/docs/efs_describe_tags/ for full documentation.
Usage
efs_describe_tags(MaxItems = NULL, Marker = NULL, FileSystemId)
Arguments
MaxItems |
(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags. |
Marker |
(Optional) An opaque pagination token returned from a previous
|
FileSystemId |
[required] The ID of the file system whose tag set you want to retrieve. |
[Package paws.storage version 0.6.0 Index]