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
- Struct
- Aws::AlexaForBusiness::Types::Sort
- 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
-
#key ⇒ String
The sort key of a sort object.
-
#value ⇒ String
The sort value of a sort object.
Instance Attribute Details
#key ⇒ String
The sort key of a sort object.
#value ⇒ String
The sort value of a sort object.
Possible values:
- ASC
- DESC