Class: Aws::Macie2::Types::SearchResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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 Amazon Web Services resources that Amazon Macie monitors and analyzes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_criteriaTypes::SearchResourcesBucketCriteria

Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.



5557
5558
5559
5560
5561
5562
5563
5564
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5557

class SearchResourcesRequest < Struct.new(
  :bucket_criteria,
  :max_results,
  :next_token,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


5557
5558
5559
5560
5561
5562
5563
5564
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5557

class SearchResourcesRequest < Struct.new(
  :bucket_criteria,
  :max_results,
  :next_token,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


5557
5558
5559
5560
5561
5562
5563
5564
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5557

class SearchResourcesRequest < Struct.new(
  :bucket_criteria,
  :max_results,
  :next_token,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end

#sort_criteriaTypes::SearchResourcesSortCriteria

Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.



5557
5558
5559
5560
5561
5562
5563
5564
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5557

class SearchResourcesRequest < Struct.new(
  :bucket_criteria,
  :max_results,
  :next_token,
  :sort_criteria)
  SENSITIVE = []
  include Aws::Structure
end