DeploymentControllerType
public enum DeploymentControllerType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case ecs = "ECS"
-
Undocumented
Declaration
Swift
case codeDeploy = "CODE_DEPLOY"
-
Undocumented
Declaration
Swift
case external = "EXTERNAL"
-
Declaration
Swift
public var description: String { get }