Class: Aws::Macie2::Types::DescribeBucketsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::DescribeBucketsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies criteria for filtering, sorting, and paginating the results of a query for statistical data and other information about S3 buckets.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #criteria  ⇒ Hash<String,Types::BucketCriteriaAdditionalProperties> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies, as a map, one or more property-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 property-based conditions that filter the results of a query for information about S3 buckets.
      1916 1917 1918 1919 1920 1921 1922 1923  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1916 class DescribeBucketsRequest < Struct.new( :criteria, :max_results, :next_token, :sort_criteria) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
      1916 1917 1918 1919 1920 1921 1922 1923  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1916 class DescribeBucketsRequest < Struct.new( :criteria, :max_results, :next_token, :sort_criteria) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
      1916 1917 1918 1919 1920 1921 1922 1923  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1916 class DescribeBucketsRequest < Struct.new( :criteria, :max_results, :next_token, :sort_criteria) SENSITIVE = [] include Aws::Structure end  | 
  
#sort_criteria ⇒ Types::BucketSortCriteria
Specifies criteria for sorting the results of a query for information about S3 buckets.
      1916 1917 1918 1919 1920 1921 1922 1923  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1916 class DescribeBucketsRequest < Struct.new( :criteria, :max_results, :next_token, :sort_criteria) SENSITIVE = [] include Aws::Structure end  |