Class: Aws::DynamoDB::Types::ListTagsOfResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.

Returns:

  • (String)


5516
5517
5518
5519
5520
5521
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5516

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

#tagsArray<Types::Tag>

The tags currently associated with the Amazon DynamoDB resource.

Returns:



5516
5517
5518
5519
5520
5521
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5516

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