class Aws::Macie2::Types::DescribeBucketsRequest
Specifies criteria for filtering, sorting, and paginating the results of a query for statistical data and other information about S3 buckets.
@note When making an API call, you may pass DescribeBucketsRequest
data as a 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 }, }
@!attribute [rw] criteria
Specifies, as a map, one or more property-based conditions that filter the results of a query for information about S3 buckets. @return [Hash<String,Types::BucketCriteriaAdditionalProperties>]
@!attribute [rw] max_results
@return [Integer]
@!attribute [rw] next_token
@return [String]
@!attribute [rw] sort_criteria
Specifies criteria for sorting the results of a query for information about S3 buckets. @return [Types::BucketSortCriteria]
@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeBucketsRequest AWS API Documentation
Constants
- SENSITIVE