BatchDeleteTableRequest
public struct BatchDeleteTableRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.
Declaration
Swift
public let databaseName: String
-
A list of the table to delete.
Declaration
Swift
public let tablesToDelete: [String]
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String, tablesToDelete: [String])
-
Declaration
Swift
public func validate(name: String) throws