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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#criteriaHash<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.

Returns:

#max_resultsInteger

Returns:

  • (Integer)

#next_tokenString

Returns:

  • (String)

#sort_criteriaTypes::BucketSortCriteria

Specifies criteria for sorting the results of a query for information about S3 buckets.

Returns: