ListTagsResponse

Types

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

Properties

Link copied to clipboard

If response is truncated, SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens.

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

An array of Tag objects, each with a tag key and a value.

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