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

Class: Aws::EFS::Types::ListTagsForResourceResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

NextToken is present if the response payload is paginated. You can use NextToken in a subsequent request to fetch the next page of access point descriptions.

Returns:

  • (String)

    NextToken is present if the response payload is paginated.

#tagsArray<Types::Tag>

An array of the tags for the specified EFS resource.

Returns:

  • (Array<Types::Tag>)

    An array of the tags for the specified EFS resource.