class Aws::AmplifyUIBuilder::Types::SortProperty

Describes how to sort the data that you bind to a component.

@note When making an API call, you may pass SortProperty

data as a hash:

    {
      direction: "ASC", # required, accepts ASC, DESC
      field: "String", # required
    }

@!attribute [rw] direction

The direction of the sort, either ascending or descending.
@return [String]

@!attribute [rw] field

The field to perform the sort on.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/SortProperty AWS API Documentation

Constants

SENSITIVE