You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    If this value is returned, there are additional results to be displayed.

#tagsArray<Types::Tag>

The tags currently associated with the Amazon DynamoDB resource.

Returns:

  • (Array<Types::Tag>)

    The tags currently associated with the Amazon DynamoDB resource.