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

ElasticGpuAssociation

import type { ElasticGpuAssociation } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the association between an instance and an Elastic Graphics accelerator.

interface ElasticGpuAssociation {
ElasticGpuAssociationId?: string | null;
ElasticGpuAssociationState?: string | null;
ElasticGpuAssociationTime?: string | null;
ElasticGpuId?: string | null;
}

§Properties

§
ElasticGpuAssociationId?: string | null
[src]

The ID of the association.

§
ElasticGpuAssociationState?: string | null
[src]

The state of the association between the instance and the Elastic Graphics accelerator.

§
ElasticGpuAssociationTime?: string | null
[src]

The time the Elastic Graphics accelerator was associated with the instance.

§
ElasticGpuId?: string | null
[src]

The ID of the Elastic Graphics accelerator.