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

Class: Aws::AlexaForBusiness::Types::Sort

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

Overview

Note:

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

{
  key: "SortKey", # required
  value: "ASC", # required, accepts ASC, DESC
}

An object representing a sort criteria.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The sort key of a sort object.

Returns:

  • (String)

    The sort key of a sort object.

#valueString

The sort value of a sort object.

Possible values:

  • ASC
  • DESC

Returns:

  • (String)

    The sort value of a sort object.