class Aws::LicenseManager::Types::TokenData

Describes a token.

@!attribute [rw] token_id

Token ID.
@return [String]

@!attribute [rw] token_type

Type of token generated. The supported value is `REFRESH_TOKEN`.
@return [String]

@!attribute [rw] license_arn

Amazon Resource Name (ARN) of the license.
@return [String]

@!attribute [rw] expiration_time

Token expiration time, in ISO8601-UTC format.
@return [String]

@!attribute [rw] token_properties

Data specified by the caller.
@return [Array<String>]

@!attribute [rw] role_arns

Amazon Resource Names (ARN) of the roles included in the token.
@return [Array<String>]

@!attribute [rw] status

Token status. The possible values are `AVAILABLE` and `DELETED`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/TokenData AWS API Documentation

Constants

SENSITIVE