SourceType
public enum SourceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case cluster = "CLUSTER"
-
Undocumented
Declaration
Swift
case parameterGroup = "PARAMETER_GROUP"
-
Undocumented
Declaration
Swift
case subnetGroup = "SUBNET_GROUP"
-
Declaration
Swift
public var description: String { get }