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;
}