class Aws::MarketplaceCatalog::Types::Sort
An object that contains two attributes, `SortBy` and `SortOrder`.
@note When making an API call, you may pass Sort
data as a hash: { sort_by: "SortBy", sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING }
@!attribute [rw] sort_by
For `ListEntities`, supported attributes include `LastModifiedDate` (default), `Visibility`, `EntityId`, and `Name`. For `ListChangeSets`, supported attributes include `StartTime` and `EndTime`. @return [String]
@!attribute [rw] sort_order
The sorting order. Can be `ASCENDING` or `DESCENDING`. The default value is `DESCENDING`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/Sort AWS API Documentation
Constants
- SENSITIVE