Class: Aws::Macie2::Types::SearchResourcesCriteriaBlock

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#andArray<Types::SearchResourcesCriteria>

Returns:



5674
5675
5676
5677
5678
# File 'lib/aws-sdk-macie2/types.rb', line 5674

class SearchResourcesCriteriaBlock < Struct.new(
  :and)
  SENSITIVE = []
  include Aws::Structure
end