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 |
Synopsis
- data ComputeType = ComputeType' {}
- newComputeType :: ComputeType
- computeType_name :: Lens' ComputeType (Maybe Compute)
Documentation
data ComputeType Source #
Describes the compute type of the bundle.
See: newComputeType
smart constructor.
Instances
newComputeType :: ComputeType Source #
Create a value of ComputeType
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:name:ComputeType'
, computeType_name
- The compute type.
computeType_name :: Lens' ComputeType (Maybe Compute) Source #
The compute type.