| 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.WorkSpaces.Types.ComputeType
Description
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.
Constructors
| ComputeType' | |
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.