You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Athena::Types::ListTableMetadataInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTableMetadataInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  catalog_name: "CatalogNameString", # required
  database_name: "NameString", # required
  expression: "ExpressionString",
  next_token: "Token",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_nameString

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

Returns:

  • (String)

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

#database_nameString

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

Returns:

  • (String)

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

#expressionString

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

Returns:

  • (String)

    A regex filter that pattern-matches table names.

#max_resultsInteger

Specifies the maximum number of results to return.

Returns:

  • (Integer)

    Specifies the maximum number of results to return.

#next_tokenString

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.

Returns:

  • (String)

    A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.