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

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

Overview

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)


4065
4066
4067
4068
4069
# File 'lib/aws-sdk-dynamodb/types.rb', line 4065

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

#tagsArray<Types::Tag>

The tags currently associated with the Amazon DynamoDB resource.

Returns:



4065
4066
4067
4068
4069
# File 'lib/aws-sdk-dynamodb/types.rb', line 4065

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