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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3483
3484
3485
3486
3487
3488
# File 'lib/aws-sdk-datasync/types.rb', line 3483

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:



3483
3484
3485
3486
3487
3488
# File 'lib/aws-sdk-datasync/types.rb', line 3483

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