GetTablesRequest
public struct GetTablesRequest : AWSShape
extension Glue.GetTablesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
Declaration
Swift
public let databaseName: String
-
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
Declaration
Swift
public let expression: String?
-
The maximum number of tables to return in a single response.
Declaration
Swift
public let maxResults: Int?
-
A continuation token, included if this is a continuation call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String, expression: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Glue.GetTablesRequest