ProcessorInfo
public struct ProcessorInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of architectures supported by the instance type.
Declaration
Swift
public let supportedArchitectures: [ArchitectureType]?
-
The speed of the processor, in GHz.
Declaration
Swift
public let sustainedClockSpeedInGhz: Double?
-
Undocumented
Declaration
Swift
public init(supportedArchitectures: [ArchitectureType]? = nil, sustainedClockSpeedInGhz: Double? = nil)