| 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.ProcessorInfo
Description
Documentation
data ProcessorInfo Source #
Describes the processor used by the instance type.
See: newProcessorInfo smart constructor.
Constructors
| ProcessorInfo' | |
Fields
| |
Instances
newProcessorInfo :: ProcessorInfo Source #
Create a value of ProcessorInfo 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:supportedArchitectures:ProcessorInfo', processorInfo_supportedArchitectures - The architectures supported by the instance type.
$sel:sustainedClockSpeedInGhz:ProcessorInfo', processorInfo_sustainedClockSpeedInGhz - The speed of the processor, in GHz.
processorInfo_supportedArchitectures :: Lens' ProcessorInfo (Maybe [ArchitectureType]) Source #
The architectures supported by the instance type.
processorInfo_sustainedClockSpeedInGhz :: Lens' ProcessorInfo (Maybe Double) Source #
The speed of the processor, in GHz.