class Aws::AccessAnalyzer::Types::SortCriteria

The criteria used to sort.

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

data as a hash:

    {
      attribute_name: "String",
      order_by: "ASC", # accepts ASC, DESC
    }

@!attribute [rw] attribute_name

The name of the attribute to sort on.
@return [String]

@!attribute [rw] order_by

The sort order, ascending or descending.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/SortCriteria AWS API Documentation

Constants

SENSITIVE