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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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:



5527
5528
5529
5530
5531
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5527

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