LaunchType
public enum LaunchType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case ec2 = "EC2"
-
Undocumented
Declaration
Swift
case fargate = "FARGATE"
-
Declaration
Swift
public var description: String { get }