class Aws::EFS::Types::DescribeTagsRequest

@note When making an API call, you may pass DescribeTagsRequest

data as a hash:

    {
      max_items: 1,
      marker: "Marker",
      file_system_id: "FileSystemId", # required
    }

@!attribute [rw] max_items

(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.
@return [Integer]

@!attribute [rw] marker

(Optional) An opaque pagination token returned from a previous
`DescribeTags` operation (String). If present, it specifies to
continue the list from where the previous call left off.
@return [String]

@!attribute [rw] file_system_id

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

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/DescribeTagsRequest AWS API Documentation

Constants

SENSITIVE