Class: Aws::Macie2::Types::SearchResourcesCriteriaBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SearchResourcesCriteriaBlock
- 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
#and ⇒ Array<Types::SearchResourcesCriteria>
5665 5666 5667 5668 5669 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5665 class SearchResourcesCriteriaBlock < Struct.new( :and) SENSITIVE = [] include Aws::Structure end |