Class: Aws::Macie2::Types::SearchResourcesSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SearchResourcesSortCriteria
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Note:
When making an API call, you may pass SearchResourcesSortCriteria data as a hash:
{
attribute_name: "ACCOUNT_ID", # accepts ACCOUNT_ID, RESOURCE_NAME, S3_CLASSIFIABLE_OBJECT_COUNT, S3_CLASSIFIABLE_SIZE_IN_BYTES
order_by: "ASC", # accepts ASC, DESC
}
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:
5670 5671 5672 5673 5674 5675 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5670 class SearchResourcesSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
5670 5671 5672 5673 5674 5675 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5670 class SearchResourcesSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |