EnvironmentType

public enum EnvironmentType : String, CustomStringConvertible, Codable

Undocumented

  • ssh

    Undocumented

    Declaration

    Swift

    case ssh = "ssh"
  • ec2

    Undocumented

    Declaration

    Swift

    case ec2 = "ec2"
  • Declaration

    Swift

    public var description: String { get }