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.

Constant Summary collapse

SENSITIVE =
[]

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)


5965
5966
5967
5968
5969
5970
# File 'lib/aws-sdk-fsx/types.rb', line 5965

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

#tagsArray<Types::Tag>

A list of tags on the resource.

Returns:



5965
5966
5967
5968
5969
5970
# File 'lib/aws-sdk-fsx/types.rb', line 5965

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