Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TokenData

import type { TokenData } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";
interface TokenData {
ExpirationTime?: string | null;
LicenseArn?: string | null;
RoleArns?: string[] | null;
Status?: string | null;
TokenId?: string | null;
TokenProperties?: string[] | null;
TokenType?: string | null;
}

§Properties

§
ExpirationTime?: string | null
[src]
§
LicenseArn?: string | null
[src]
§
RoleArns?: string[] | null
[src]
§
Status?: string | null
[src]
§
TokenId?: string | null
[src]
§
TokenProperties?: string[] | null
[src]
§
TokenType?: string | null
[src]