ListTableMetadataRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the data catalog for which table metadata should be returned.

Link copied to clipboard

The name of the database for which table metadata should be returned.

Link copied to clipboard

A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables are listed.

Link copied to clipboard

Specifies the maximum number of results to return.

Link copied to clipboard

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.

Link copied to clipboard

The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String