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

VolumeDetail

import type { VolumeDetail } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains EBS volume details.

interface VolumeDetail {
DeviceName?: string | null;
EncryptionType?: string | null;
KmsKeyArn?: string | null;
SnapshotArn?: string | null;
VolumeArn?: string | null;
VolumeSizeInGB?: number | null;
VolumeType?: string | null;
}

§Properties

§
DeviceName?: string | null
[src]

The device name for the EBS volume.

§
EncryptionType?: string | null
[src]

EBS volume encryption type.

§
KmsKeyArn?: string | null
[src]

KMS key Arn used to encrypt the EBS volume.

§
SnapshotArn?: string | null
[src]

Snapshot Arn of the EBS volume.

§
VolumeArn?: string | null
[src]

EBS volume Arn information.

§
VolumeSizeInGB?: number | null
[src]

EBS volume size in GB.

§
VolumeType?: string | null
[src]

The EBS volume type.