| 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 |
Amazonka.MGN.Types.Disk
Description
Documentation
The disk identifier.
See: newDisk smart constructor.
Constructors
| Disk' | |
Instances
| Eq Disk Source # | |
| Read Disk Source # | |
| Show Disk Source # | |
| Generic Disk Source # | |
| NFData Disk Source # | |
Defined in Amazonka.MGN.Types.Disk | |
| Hashable Disk Source # | |
Defined in Amazonka.MGN.Types.Disk | |
| FromJSON Disk Source # | |
| type Rep Disk Source # | |
Defined in Amazonka.MGN.Types.Disk type Rep Disk = D1 ('MetaData "Disk" "Amazonka.MGN.Types.Disk" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "Disk'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) | |
Create a value of Disk 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:deviceName:Disk', disk_deviceName - The disk or device name.
$sel:bytes:Disk', disk_bytes - The amount of storage on the disk in bytes.