ListTagsResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

A list of tags currently associated with the DAX cluster.

Functions

Link copied to clipboard
inline fun copy(block: ListTagsResponse.Builder.() -> Unit = {}): ListTagsResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String