Class: Aws::AlexaForBusiness::Types::Sort
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Sort
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass Sort data as a hash:
{
key: "SortKey", # required
value: "ASC", # required, accepts ASC, DESC
}
An object representing a sort criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The sort key of a sort object.
-
#value ⇒ String
The sort value of a sort object.