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 |
Documentation
data StorageRuleType Source #
Describes the storage for a user.
See: newStorageRuleType
smart constructor.
StorageRuleType' | |
|
Instances
newStorageRuleType :: StorageRuleType Source #
Create a value of StorageRuleType
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:storageAllocatedInBytes:StorageRuleType'
, storageRuleType_storageAllocatedInBytes
- The amount of storage allocated, in bytes.
$sel:storageType:StorageRuleType'
, storageRuleType_storageType
- The type of storage.
storageRuleType_storageAllocatedInBytes :: Lens' StorageRuleType (Maybe Natural) Source #
The amount of storage allocated, in bytes.
storageRuleType_storageType :: Lens' StorageRuleType (Maybe StorageType) Source #
The type of storage.