class Aws::DAX::Types::ListTagsRequest

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

data as a hash:

    {
      resource_name: "String", # required
      next_token: "String",
    }

@!attribute [rw] resource_name

The name of the DAX resource to which the tags belong.
@return [String]

@!attribute [rw] next_token

An optional token returned from a prior request. Use this token for
pagination of results from this action. If this parameter is
specified, the response includes only results beyond the token.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/ListTagsRequest AWS API Documentation

Constants

SENSITIVE