| 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.TotalLocalStorageGB
Description
Documentation
data TotalLocalStorageGB Source #
The minimum and maximum amount of total local storage, in GB.
See: newTotalLocalStorageGB smart constructor.
Constructors
| TotalLocalStorageGB' | |
Instances
newTotalLocalStorageGB :: TotalLocalStorageGB Source #
Create a value of TotalLocalStorageGB 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:max:TotalLocalStorageGB', totalLocalStorageGB_max - The maximum amount of total local storage, in GB. If this parameter is
not specified, there is no maximum limit.
$sel:min:TotalLocalStorageGB', totalLocalStorageGB_min - The minimum amount of total local storage, in GB. If this parameter is
not specified, there is no minimum limit.
totalLocalStorageGB_max :: Lens' TotalLocalStorageGB (Maybe Double) Source #
The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.
totalLocalStorageGB_min :: Lens' TotalLocalStorageGB (Maybe Double) Source #
The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.