You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Athena::Types::Column
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::Column
- Defined in:
- (unknown)
Overview
Contains metadata for a column in a table.
Instance Attribute Summary collapse
-
#comment ⇒ String
Optional information about the column.
-
#name ⇒ String
The name of the column.
-
#type ⇒ String
The data type of the column.
Instance Attribute Details
#comment ⇒ String
Optional information about the column.
#name ⇒ String
The name of the column.
#type ⇒ String
The data type of the column.