class Aws::Glue::Types::Column
A column in a `Table`.
@note When making an API call, you may pass Column
data as a hash: { name: "NameString", # required type: "ColumnTypeString", comment: "CommentString", parameters: { "KeyString" => "ParametersMapValue", }, }
@!attribute [rw] name
The name of the `Column`. @return [String]
@!attribute [rw] type
The data type of the `Column`. @return [String]
@!attribute [rw] comment
A free-form text comment. @return [String]
@!attribute [rw] parameters
These key-value pairs define properties associated with the column. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Column AWS API Documentation
Constants
- SENSITIVE