EnvironmentType
public enum EnvironmentType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case ssh = "ssh" -
Undocumented
Declaration
Swift
case ec2 = "ec2" -
Declaration
Swift
public var description: String { get }
View on GitHub
EnvironmentType Enumeration Reference