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

Class: Aws::RedshiftDataAPIService::Types::TableMember

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

Overview

The properties of a table.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the table.

Returns:

  • (String)

    The name of the table.

#schemaString

The schema containing the table.

Returns:

  • (String)

    The schema containing the table.

#typeString

The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.

Returns:

  • (String)

    The type of the table.