class Aws::CostExplorer::Types::SortDefinition

The details of how to sort the data.

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

data as a hash:

    {
      key: "SortDefinitionKey", # required
      sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
    }

@!attribute [rw] key

The key that's used to sort the data.
@return [String]

@!attribute [rw] sort_order

The order that's used to sort the data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/SortDefinition AWS API Documentation

Constants

SENSITIVE