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

Class: Aws::Athena::Types::GetTableMetadataInput

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

Overview

Note:

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

{
  catalog_name: "CatalogNameString", # required
  database_name: "NameString", # required
  table_name: "NameString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_nameString

The name of the data catalog that contains the database and table metadata to return.

Returns:

  • (String)

    The name of the data catalog that contains the database and table metadata to return.

#database_nameString

The name of the database that contains the table metadata to return.

Returns:

  • (String)

    The name of the database that contains the table metadata to return.

#table_nameString

The name of the table for which metadata is returned.

Returns:

  • (String)

    The name of the table for which metadata is returned.