You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AccessAnalyzer::Types::SortCriteria

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SortCriteria as input to an Aws::Client method, you can use a vanilla Hash:

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

The criteria used to sort.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute to sort on.

Returns:

  • (String)

    The name of the attribute to sort on.

#order_byString

The sort order, ascending or descending.

Possible values:

  • ASC
  • DESC

Returns:

  • (String)

    The sort order, ascending or descending.