ListTagsRequest

Types

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

Properties

Link copied to clipboard

The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.

Link copied to clipboard

The NextToken value that you received in the previous response. Use this value to get more tags.

Link copied to clipboard

The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.

Functions

Link copied to clipboard
inline fun copy(block: ListTagsRequest.Builder.() -> Unit = {}): ListTagsRequest
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