TableIdentifier
public struct TableIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Data Catalog in which the table resides.
Declaration
Swift
public let catalogId: String? -
The name of the catalog database that contains the target table.
Declaration
Swift
public let databaseName: String? -
The name of the target table.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String? = nil, name: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TableIdentifier Structure Reference