| 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.AutoScaling.Types.TotalLocalStorageGBRequest
Description
Documentation
data TotalLocalStorageGBRequest Source #
Specifies the minimum and maximum for the TotalLocalStorageGB object
when you specify InstanceRequirements for an Auto Scaling group.
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 storage maximum in GB.
$sel:min:TotalLocalStorageGBRequest', totalLocalStorageGBRequest_min - The storage minimum in GB.
totalLocalStorageGBRequest_max :: Lens' TotalLocalStorageGBRequest (Maybe Double) Source #
The storage maximum in GB.
totalLocalStorageGBRequest_min :: Lens' TotalLocalStorageGBRequest (Maybe Double) Source #
The storage minimum in GB.