Sort
An object that contains two attributes, SortBy
and
SortOrder
.
Contents
Note
In the following list, the required parameters are described first.
- SortBy
-
For
ListEntities
, supported attributes includeLastModifiedDate
(default) andEntityId
. In addition toLastModifiedDate
andEntityId
, eachEntityType
might support additional fields.For
ListChangeSets
, supported attributes includeStartTime
andEndTime
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z]+$
Required: No
- SortOrder
-
The sorting order. 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: