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

AwsEc2NetworkInterfaceAttachment

import type { AwsEc2NetworkInterfaceAttachment } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsEc2NetworkInterfaceAttachment {
AttachmentId?: string | null;
AttachTime?: string | null;
DeleteOnTermination?: boolean | null;
DeviceIndex?: number | null;
InstanceId?: string | null;
InstanceOwnerId?: string | null;
Status?: string | null;
}

§Properties

§
AttachmentId?: string | null
[src]
§
AttachTime?: string | null
[src]
§
DeleteOnTermination?: boolean | null
[src]
§
DeviceIndex?: number | null
[src]
§
InstanceId?: string | null
[src]
§
InstanceOwnerId?: string | null
[src]
§
Status?: string | null
[src]