class Aws::Glue::Types::SchemaColumn

A key-value pair representing a column and data type that this transform can run against. The `Schema` parameter of the `MLTransform` may contain up to 100 of these structures.

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

data as a hash:

    {
      name: "ColumnNameString",
      data_type: "ColumnTypeString",
    }

@!attribute [rw] name

The name of the column.
@return [String]

@!attribute [rw] data_type

The type of data in the column.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SchemaColumn AWS API Documentation

Constants

SENSITIVE