GetTableVersionsRequest

public struct GetTableVersionsRequest : AWSShape
extension Glue.GetTableVersionsRequest: 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 in which the table resides. For Hive compatibility, this name is entirely lowercase.

    Declaration

    Swift

    public let databaseName: String
  • The maximum number of table versions to return in one response.

    Declaration

    Swift

    public let maxResults: Int?
  • A continuation token, if this is not the first call.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the table. For Hive compatibility, this name is entirely lowercase.

    Declaration

    Swift

    public let tableName: String
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, databaseName: String, maxResults: Int? = nil, nextToken: String? = nil, tableName: String)
  • Declaration

    Swift

    public func validate(name: String) throws