You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::Order

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Order as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies the sort order of a sorted column.

Instance Attribute Summary collapse

Instance Attribute Details

#columnString

The name of the column.

Returns:

  • (String)

    The name of the column.

#sort_orderInteger

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

Returns:

  • (Integer)

    Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).