AwsEc2VolumeDetails
import type { AwsEc2VolumeDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsEc2VolumeDetails {
Attachments?: AwsEc2VolumeAttachment[] | null;
CreateTime?: string | null;
Encrypted?: boolean | null;
KmsKeyId?: string | null;
Size?: number | null;
SnapshotId?: string | null;
Status?: string | null;
}