| 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.AcceleratorTotalMemoryMiB
Description
Documentation
data AcceleratorTotalMemoryMiB Source #
The minimum and maximum amount of total accelerator memory, in MiB.
See: newAcceleratorTotalMemoryMiB smart constructor.
Constructors
| AcceleratorTotalMemoryMiB' | |
Instances
newAcceleratorTotalMemoryMiB :: AcceleratorTotalMemoryMiB Source #
Create a value of AcceleratorTotalMemoryMiB 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:AcceleratorTotalMemoryMiB', acceleratorTotalMemoryMiB_max - The maximum amount of accelerator memory, in MiB. If this parameter is
not specified, there is no maximum limit.
$sel:min:AcceleratorTotalMemoryMiB', acceleratorTotalMemoryMiB_min - The minimum amount of accelerator memory, in MiB. If this parameter is
not specified, there is no minimum limit.
acceleratorTotalMemoryMiB_max :: Lens' AcceleratorTotalMemoryMiB (Maybe Int) Source #
The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.
acceleratorTotalMemoryMiB_min :: Lens' AcceleratorTotalMemoryMiB (Maybe Int) Source #
The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.