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
- Struct
- Aws::RedshiftDataAPIService::Types::TableMember
- Defined in:
- (unknown)
Overview
The properties of a table.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the table.
-
#schema ⇒ String
The schema containing the table.
-
#type ⇒ String
The type of the table.
Instance Attribute Details
#name ⇒ String
The name of the table.
#schema ⇒ String
The schema containing the table.
#type ⇒ String
The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.