class Aws::DynamoDB::Types::ListTagsOfResourceInput

@note When making an API call, you may pass ListTagsOfResourceInput

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon DynamoDB resource with tags to be listed. This value is
an Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListTagsOfResourceInput AWS API Documentation

Constants

SENSITIVE