| 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.TotalLocalStorageGBRequest
Description
Documentation
data TotalLocalStorageGBRequest Source #
The minimum and maximum amount of total local storage, in GB.
See: newTotalLocalStorageGBRequest smart constructor.
Constructors
| TotalLocalStorageGBRequest' | |
Instances
newTotalLocalStorageGBRequest :: TotalLocalStorageGBRequest Source #
Create a value of TotalLocalStorageGBRequest 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:TotalLocalStorageGBRequest', totalLocalStorageGBRequest_max - The maximum amount of total local storage, in GB. To specify no maximum
limit, omit this parameter.
$sel:min:TotalLocalStorageGBRequest', totalLocalStorageGBRequest_min - The minimum amount of total local storage, in GB. To specify no minimum
limit, omit this parameter.
totalLocalStorageGBRequest_max :: Lens' TotalLocalStorageGBRequest (Maybe Double) Source #
The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.
totalLocalStorageGBRequest_min :: Lens' TotalLocalStorageGBRequest (Maybe Double) Source #
The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.