Class: Aws::Macie2::Types::SearchResourcesCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SearchResourcesCriteria
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies a property- or tag-based filter condition for including or excluding Amazon Web Services resources from the query results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#simple_criterion ⇒ Types::SearchResourcesSimpleCriterion
Specifies a property-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.
-
#tag_criterion ⇒ Types::SearchResourcesTagCriterion
Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.
Instance Attribute Details
#simple_criterion ⇒ Types::SearchResourcesSimpleCriterion
Specifies a property-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.
5649 5650 5651 5652 5653 5654 |
# File 'lib/aws-sdk-macie2/types.rb', line 5649 class SearchResourcesCriteria < Struct.new( :simple_criterion, :tag_criterion) SENSITIVE = [] include Aws::Structure end |
#tag_criterion ⇒ Types::SearchResourcesTagCriterion
Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.
5649 5650 5651 5652 5653 5654 |
# File 'lib/aws-sdk-macie2/types.rb', line 5649 class SearchResourcesCriteria < Struct.new( :simple_criterion, :tag_criterion) SENSITIVE = [] include Aws::Structure end |