Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data AttachedDisk Source #
Describes a block storage disk that is attached to an instance, and is included in an automatic snapshot.
See: newAttachedDisk
smart constructor.
Instances
newAttachedDisk :: AttachedDisk Source #
Create a value of AttachedDisk
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:path:AttachedDisk'
, attachedDisk_path
- The path of the disk (e.g., /dev/xvdf
).
$sel:sizeInGb:AttachedDisk'
, attachedDisk_sizeInGb
- The size of the disk in GB.
attachedDisk_path :: Lens' AttachedDisk (Maybe Text) Source #
The path of the disk (e.g., /dev/xvdf
).
attachedDisk_sizeInGb :: Lens' AttachedDisk (Maybe Int) Source #
The size of the disk in GB.