Skip to content

Guardduty  >  Structures  >  VolumeDetail

VolumeDetail

Structure Class

VolumeDetail dataclass

Contains EBS volume details.

Attributes

device_name class-attribute instance-attribute
device_name: str | None = None

The device name for the EBS volume.

encryption_type class-attribute instance-attribute
encryption_type: str | None = None

EBS volume encryption type.

kms_key_arn class-attribute instance-attribute
kms_key_arn: str | None = None

KMS key ARN used to encrypt the EBS volume.

snapshot_arn class-attribute instance-attribute
snapshot_arn: str | None = None

Snapshot ARN of the EBS volume.

volume_arn class-attribute instance-attribute
volume_arn: str | None = None

EBS volume ARN information.

volume_size_in_gb class-attribute instance-attribute
volume_size_in_gb: int | None = None

EBS volume size in GB.

volume_type class-attribute instance-attribute
volume_type: str | None = None

The EBS volume type.