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

Class: Aws::DAX::Types::ListTagsResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If this value is present, there are additional results to be displayed. To retrieve them, call ListTags again, with NextToken set to this value.

Returns:

  • (String)

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

#tagsArray<Types::Tag>

A list of tags currently associated with the DAX cluster.

Returns:

  • (Array<Types::Tag>)

    A list of tags currently associated with the DAX cluster.