Class: Aws::Macie2::Types::ListJobsSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListJobsSortCriteria
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Specifies criteria for sorting the results of a request for information about classification jobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The property to sort the results by.
-
#order_by ⇒ String
Instance Attribute Details
#attribute_name ⇒ String
The property to sort the results by. Valid values are:
4352 4353 4354 4355 4356 4357 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4352 class ListJobsSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
4352 4353 4354 4355 4356 4357 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4352 class ListJobsSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |