You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie2::Types::DescribeBucketsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::DescribeBucketsRequest
- Defined in:
- (unknown)
Overview
When passing DescribeBucketsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
criteria: {
"__string" => {
eq: ["__string"],
gt: 1,
gte: 1,
lt: 1,
lte: 1,
neq: ["__string"],
prefix: "__string",
},
},
max_results: 1,
next_token: "__string",
sort_criteria: {
attribute_name: "__string",
order_by: "ASC", # accepts ASC, DESC
},
}
Specifies criteria for filtering, sorting, and paginating the results of a query for information about S3 buckets.
Instance Attribute Summary collapse
-
#criteria ⇒ Hash<String,Types::BucketCriteriaAdditionalProperties>
Specifies, as a map, one or more attribute-based conditions that filter the results of a query for information about S3 buckets.
.
-
#max_results ⇒ Integer
-
#next_token ⇒ String
-
#sort_criteria ⇒ Types::BucketSortCriteria
Specifies criteria for sorting the results of a query for information about S3 buckets.
.
Instance Attribute Details
#criteria ⇒ Hash<String,Types::BucketCriteriaAdditionalProperties>
Specifies, as a map, one or more attribute-based conditions that filter the results of a query for information about S3 buckets.
#max_results ⇒ Integer
#next_token ⇒ String
#sort_criteria ⇒ Types::BucketSortCriteria
Specifies criteria for sorting the results of a query for information about S3 buckets.