You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::BucketSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketSortCriteria
- Defined in:
- (unknown)
Overview
Note:
When passing BucketSortCriteria as input to an Aws::Client method, you can use a vanilla Hash:
{
attribute_name: "__string",
order_by: "ASC", # accepts ASC, DESC
}
Specifies criteria for sorting the results of a query for information about S3 buckets.
Returned by:
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
-
#order_by ⇒ String
Possible values:
- ASC
- DESC
.
Instance Attribute Details
#attribute_name ⇒ String
#order_by ⇒ String
Possible values:
- ASC
- DESC