Sort
An object that contains the SortBy
and SortOrder
attributes.
Contents
Note
In the following list, the required parameters are described first.
- sortBy
-
The attribute on which the data is grouped, which can be by
StartTime
andEndTime
. The default value isEndTime
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[A-Za-z_]+$
Required: No
- sortOrder
-
The sorting order, which can be
ASCENDING
orDESCENDING
. The default value isDESCENDING
.Type: String
Valid Values:
ASCENDING | DESCENDING
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: