CatalogEntry
public struct CatalogEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The database in which the table metadata resides.
Declaration
Swift
public let databaseName: String
-
The name of the table in question.
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(databaseName: String, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws