LaunchTemplateCpuOptions
public struct LaunchTemplateCpuOptions : 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)