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

Class: Aws::DynamoDB::Types::ListTagsOfResourceInput

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

Overview

Note:

When passing ListTagsOfResourceInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "ResourceArnString", # required
  next_token: "NextTokenString",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

Returns:

  • (String)

    An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.

#resource_arnString

The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Returns:

  • (String)

    The Amazon DynamoDB resource with tags to be listed.