class Aws::ApplicationDiscoveryService::Types::OrderByElement

A field and direction for ordered output.

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

data as a hash:

    {
      field_name: "String", # required
      sort_order: "ASC", # accepts ASC, DESC
    }

@!attribute [rw] field_name

The field on which to order.
@return [String]

@!attribute [rw] sort_order

Ordering direction.
@return [String]

Constants

SENSITIVE