TokenData

class TokenData

Describes a token.

Types

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

Properties

Link copied to clipboard

Token expiration time, in ISO8601-UTC format.

Link copied to clipboard

Amazon Resource Name (ARN) of the license.

Link copied to clipboard

Amazon Resource Names (ARN) of the roles included in the token.

Link copied to clipboard

Token status. The possible values are AVAILABLE and DELETED.

Link copied to clipboard

Token ID.

Link copied to clipboard

Data specified by the caller.

Link copied to clipboard

Type of token generated. The supported value is REFRESH_TOKEN.

Functions

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