GetAccessTokenResponse

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the token.

Link copied to clipboard

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

Link copied to clipboard

The time and date the token was created.

Link copied to clipboard

ID of the DNS view the token is associated to.

Link copied to clipboard

The token's expiration time and date.

Link copied to clipboard

ID of the Global Resolver.

Link copied to clipboard
val id: String

ID of the token.

Link copied to clipboard
val name: String?

Name of the token.

Link copied to clipboard

The operational status of the token.

Link copied to clipboard

The time and date the token was created.

Link copied to clipboard

The value of the token.

Functions

Link copied to clipboard
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