EbsVolume

data class EbsVolume(val value: EbsVolume) : ResourceDetails

Detailed configuration information specific to EBS volumes, including volume type, size, IOPS, and throughput settings.

Constructors

Link copied to clipboard
constructor(value: EbsVolume)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ResourceDetails as a EbsVolume and retrieves its aws.sdk.kotlin.services.computeoptimizerautomation.model.EbsVolume value. Throws an exception if the ResourceDetails is not a EbsVolume.

Link copied to clipboard