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

Class: Aws::EFS::Types::DescribeTagsResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

If the request included a Marker, the response returns that value in this field.

Returns:

  • (String)

    If the request included a Marker, the response returns that value in this field.

#next_markerString

If a value is present, there are more tags to return. In a subsequent request, you can provide the value of NextMarker as the value of the Marker parameter in your next request to retrieve the next set of tags.

Returns:

  • (String)

    If a value is present, there are more tags to return.

#tagsArray<Types::Tag>

Returns tags associated with the file system as an array of Tag objects.

Returns:

  • (Array<Types::Tag>)

    Returns tags associated with the file system as an array of Tag objects.