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

Class: Aws::ApplicationDiscoveryService::Types::OrderByElement

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

Overview

Note:

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

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

A field and direction for ordered output.

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The field on which to order.

Returns:

  • (String)

    The field on which to order.

#sort_orderString

Ordering direction.

Possible values:

  • ASC
  • DESC

Returns:

  • (String)

    Ordering direction.