class Aws::Glue::Types::TransformSortCriteria

The sorting criteria that are associated with the machine learning transform.

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

data as a hash:

    {
      column: "NAME", # required, accepts NAME, TRANSFORM_TYPE, STATUS, CREATED, LAST_MODIFIED
      sort_direction: "DESCENDING", # required, accepts DESCENDING, ASCENDING
    }

@!attribute [rw] column

The column to be used in the sorting criteria that are associated
with the machine learning transform.
@return [String]

@!attribute [rw] sort_direction

The sort direction to be used in the sorting criteria that are
associated with the machine learning transform.
@return [String]

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

Constants

SENSITIVE