GetDatabaseRequest
public struct GetDatabaseRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which the database resides. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
The name of the database to retrieve. For Hive compatibility, this should be all lowercase.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, name: String)
-
Declaration
Swift
public func validate(name: String) throws