SourceType
public enum SourceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case dbInstance = "db-instance"
-
Undocumented
Declaration
Swift
case dbParameterGroup = "db-parameter-group"
-
Undocumented
Declaration
Swift
case dbSecurityGroup = "db-security-group"
-
Undocumented
Declaration
Swift
case dbSnapshot = "db-snapshot"
-
Undocumented
Declaration
Swift
case dbCluster = "db-cluster"
-
Undocumented
Declaration
Swift
case dbClusterSnapshot = "db-cluster-snapshot"
-
Declaration
Swift
public var description: String { get }