class Aws::IoTAnalytics::Types::Column

Contains information about a column that stores your data.

@note When making an API call, you may pass Column

data as a hash:

    {
      name: "ColumnName", # required
      type: "ColumnDataType", # required
    }

@!attribute [rw] name

The name of the column.
@return [String]

@!attribute [rw] type

The type of data. For more information about the supported data
types, see [Common data types][1] in the *Glue Developer Guide*.

[1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html
@return [String]

Constants

SENSITIVE