GetTableMetadataInput
public struct GetTableMetadataInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the data catalog that contains the database and table metadata to return.
Declaration
Swift
public let catalogName: String -
The name of the database that contains the table metadata to return.
Declaration
Swift
public let databaseName: String -
The name of the table for which metadata is returned.
Declaration
Swift
public let tableName: String -
Undocumented
Declaration
Swift
public init(catalogName: String, databaseName: String, tableName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetTableMetadataInput Structure Reference