class Aws::Glue::Types::Order

Specifies the sort order of a sorted column.

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

data as a hash:

    {
      column: "NameString", # required
      sort_order: 1, # required
    }

@!attribute [rw] column

The name of the column.
@return [String]

@!attribute [rw] sort_order

Indicates that the column is sorted in ascending order (`== 1`), or
in descending order (`==0`).
@return [Integer]

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

Constants

SENSITIVE