CpuOptions
public struct CpuOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of CPU cores for the instance.
Declaration
Swift
public let coreCount: Int? -
The number of threads per CPU core.
Declaration
Swift
public let threadsPerCore: Int? -
Undocumented
Declaration
Swift
public init(coreCount: Int? = nil, threadsPerCore: Int? = nil)
View on GitHub
CpuOptions Structure Reference