Class: Aws::AccessAnalyzer::Types::SortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::SortCriteria
- 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
-
#attribute_name ⇒ String
The name of the attribute to sort on.
-
#order_by ⇒ String
The sort order, ascending or descending.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute to sort on.
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_by ⇒ String
The sort order, ascending or descending.
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 |