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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The response object for ‘ListTagsForResource` operation.

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)


1045
1046
1047
1048
1049
# File 'lib/aws-sdk-fsx/types.rb', line 1045

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags on the resource.

Returns:



1045
1046
1047
1048
1049
# File 'lib/aws-sdk-fsx/types.rb', line 1045

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  include Aws::Structure
end