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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

The criteria used to sort.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute to sort on.

Returns:

  • (String)


3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3697

class SortCriteria < Struct.new(
  :attribute_name,
  :order_by)
  SENSITIVE = []
  include Aws::Structure
end

#order_byString

The sort order, ascending or descending.

Returns:

  • (String)


3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3697

class SortCriteria < Struct.new(
  :attribute_name,
  :order_by)
  SENSITIVE = []
  include Aws::Structure
end