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
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
950 951 952 953 954 955 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 950 class BucketSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ String
950 951 952 953 954 955 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 950 class BucketSortCriteria < Struct.new( :attribute_name, :order_by) SENSITIVE = [] include Aws::Structure end |