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