Class: Aws::Macie2::Types::BucketSortCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketSortCriteria
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Note:
When making an API call, you may pass BucketSortCriteria data as a hash:
{
attribute_name: "__string",
order_by: "ASC", # accepts ASC, DESC
}
Specifies criteria for sorting the results of a query for information about S3 buckets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#attribute_name ⇒ String
739 740 741 742 743 744 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 739 class BucketSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
739 740 741 742 743 744 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 739 class BucketSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |