ConnectionType

public enum ConnectionType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case connectSsh = "CONNECT_SSH"
  • Undocumented

    Declaration

    Swift

    case connectSsm = "CONNECT_SSM"
  • Declaration

    Swift

    public var description: String { get }