ComputePlatform
public enum ComputePlatform : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case server = "Server"
-
Undocumented
Declaration
Swift
case lambda = "Lambda"
-
Undocumented
Declaration
Swift
case ecs = "ECS"
-
Declaration
Swift
public var description: String { get }