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

Class: Aws::Athena::Types::TableMetadata

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

Overview

Contains metadata for a table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#columnsArray<Types::Column>

A list of the columns in the table.

Returns:

#create_timeTime

The time that the table was created.

Returns:

  • (Time)

    The time that the table was created.

#last_access_timeTime

The last time the table was accessed.

Returns:

  • (Time)

    The last time the table was accessed.

#nameString

The name of the table.

Returns:

  • (String)

    The name of the table.

#parametersHash<String,String>

A set of custom key/value pairs for table properties.

Returns:

  • (Hash<String,String>)

    A set of custom key/value pairs for table properties.

#partition_keysArray<Types::Column>

A list of the partition keys in the table.

Returns:

  • (Array<Types::Column>)

    A list of the partition keys in the table.

#table_typeString

The type of table. In Athena, only EXTERNAL_TABLE is supported.

Returns:

  • (String)

    The type of table.