DatabaseIdentifier
public struct DatabaseIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which the database resides.
Declaration
Swift
public let catalogId: String?
-
The name of the catalog database.
Declaration
Swift
public let databaseName: String?
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws