Class: Aws::Macie2::Types::SearchResourcesSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SearchResourcesSortCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The property to sort the query results by.
- #order_by ⇒ String
Instance Attribute Details
#attribute_name ⇒ String
The property to sort the query results by. Valid values are:
5773 5774 5775 5776 5777 5778 |
# File 'lib/aws-sdk-macie2/types.rb', line 5773 class SearchResourcesSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
5773 5774 5775 5776 5777 5778 |
# File 'lib/aws-sdk-macie2/types.rb', line 5773 class SearchResourcesSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |