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

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

§Properties

§
Attachments?: AwsEc2VolumeAttachment[] | null
[src]
§
CreateTime?: string | null
[src]
§
Encrypted?: boolean | null
[src]
§
KmsKeyId?: string | null
[src]
§
Size?: number | null
[src]
§
SnapshotId?: string | null
[src]
§
Status?: string | null
[src]