ListTableMetadataInput

public struct ListTableMetadataInput : AWSShape
extension Athena.ListTableMetadataInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the data catalog for which table metadata should be returned.

    Declaration

    Swift

    public let catalogName: String
  • The name of the database for which table metadata should be returned.

    Declaration

    Swift

    public let databaseName: String
  • A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables are listed.

    Declaration

    Swift

    public let expression: String?
  • Specifies the maximum number of results to return.

    Declaration

    Swift

    public let maxResults: Int?
  • A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws