efs_describe_tags: DEPRECATED - The DescribeTags action is deprecated and not...

View source: R/efs_operations.R

efs_describe_tagsR 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 describe_tags operation (String). If present, it specifies to continue the list from where the previous call left off.

FileSystemId

[required] The ID of the file system whose tag set you want to retrieve.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.