| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.DiskImageVolumeDescription
Description
Documentation
data DiskImageVolumeDescription Source #
Describes a disk image volume.
See: newDiskImageVolumeDescription smart constructor.
Constructors
| DiskImageVolumeDescription' | |
Instances
newDiskImageVolumeDescription :: DiskImageVolumeDescription Source #
Create a value of DiskImageVolumeDescription with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:DiskImageVolumeDescription', diskImageVolumeDescription_id - The volume identifier.
$sel:size:DiskImageVolumeDescription', diskImageVolumeDescription_size - The size of the volume, in GiB.
diskImageVolumeDescription_id :: Lens' DiskImageVolumeDescription (Maybe Text) Source #
The volume identifier.
diskImageVolumeDescription_size :: Lens' DiskImageVolumeDescription (Maybe Integer) Source #
The size of the volume, in GiB.