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

Class: Aws::FSx::Types::ListTagsForResourceResponse

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

Overview

The response object for ListTagsForResource operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.

Returns:

  • (String)

    This is present if there are more tags than returned in the response (String).

#tagsArray<Types::Tag>

A list of tags on the resource.

Returns:

  • (Array<Types::Tag>)

    A list of tags on the resource.