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

AccessorSummary

import type { AccessorSummary } from "https://aws-api.deno.dev/v0.4/services/managedblockchain.ts?docs=full";

! IMPORTANT: ! The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. ! We recommend that you use this feature only with test scenarios, and not in production environments.

A summary of accessor properties.

interface AccessorSummary {
Arn?: string | null;
CreationDate?: Date | number | null;
Id?: string | null;
Status?: AccessorStatus | null;
Type?: AccessorType | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

§
CreationDate?: Date | number | null
[src]

The creation date and time of the accessor.

§
Id?: string | null
[src]

The unique identifier of the accessor.

§
Status?: AccessorStatus | null
[src]

The current status of the accessor.

§
Type?: AccessorType | null
[src]

The type of the accessor.

Note: Currently accessor type is restricted to BILLING_TOKEN.