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 }
View on GitHub
ConnectionType Enumeration Reference