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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6319

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

#tagsArray<Types::Tag>

A list of tags on the resource.

Returns:



6319
6320
6321
6322
6323
6324
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6319

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