Class: Aws::DataSync::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

ListTagsForResourceResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


3880
3881
3882
3883
3884
3885
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3880

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

#tagsArray<Types::TagListEntry>

An array of tags applied to the specified resource.

Returns:



3880
3881
3882
3883
3884
3885
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3880

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