class Aws::Glue::Types::SortCriterion

Specifies a field to sort by and a sort order.

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

data as a hash:

    {
      field_name: "ValueString",
      sort: "ASC", # accepts ASC, DESC
    }

@!attribute [rw] field_name

The name of the field on which to sort.
@return [String]

@!attribute [rw] sort

An ascending or descending sort.
@return [String]

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

Constants

SENSITIVE