You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EFS::Types::DescribeTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeTagsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

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

Returns:

  • (String)

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

#markerString

(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.

Returns:

  • (String)

    (Optional) An opaque pagination token returned from a previous DescribeTags operation (String).

#max_itemsInteger

(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.

Returns:

  • (Integer)

    (Optional) The maximum number of file system tags to return in the response.