ComputePlatform

public enum ComputePlatform : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case server = "Server"
  • Undocumented

    Declaration

    Swift

    case lambda = "Lambda"
  • ecs

    Undocumented

    Declaration

    Swift

    case ecs = "ECS"
  • Declaration

    Swift

    public var description: String { get }