class Aws::AlexaForBusiness::Types::Sort

An object representing a sort criteria.

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

data as a hash:

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

@!attribute [rw] key

The sort key of a sort object.
@return [String]

@!attribute [rw] value

The sort value of a sort object.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Sort AWS API Documentation

Constants

SENSITIVE