class Aws::Glue::Types::GetTablesRequest

@note When making an API call, you may pass GetTablesRequest

data as a hash:

    {
      catalog_id: "CatalogIdString",
      database_name: "NameString", # required
      expression: "FilterString",
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog where the tables reside. If none is
provided, the Amazon Web Services account ID is used by default.
@return [String]

@!attribute [rw] database_name

The database in the catalog whose tables to list. For Hive
compatibility, this name is entirely lowercase.
@return [String]

@!attribute [rw] expression

A regular expression pattern. If present, only those tables whose
names match the pattern are returned.
@return [String]

@!attribute [rw] next_token

A continuation token, included if this is a continuation call.
@return [String]

@!attribute [rw] max_results

The maximum number of tables to return in a single response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTablesRequest AWS API Documentation

Constants

SENSITIVE