Class: Aws::Macie2::Types::SearchResourcesSimpleCriterion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SearchResourcesSimpleCriterion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies a property-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparator ⇒ String
The operator to use in a condition that filters the results of a query.
-
#key ⇒ String
The property to use in a condition that filters the query results.
- #values ⇒ Array<String>
Instance Attribute Details
#comparator ⇒ String
The operator to use in a condition that filters the results of a query. Valid values are:
5742 5743 5744 5745 5746 5747 5748 |
# File 'lib/aws-sdk-macie2/types.rb', line 5742 class SearchResourcesSimpleCriterion < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The property to use in a condition that filters the query results. Valid values are:
5742 5743 5744 5745 5746 5747 5748 |
# File 'lib/aws-sdk-macie2/types.rb', line 5742 class SearchResourcesSimpleCriterion < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
5742 5743 5744 5745 5746 5747 5748 |
# File 'lib/aws-sdk-macie2/types.rb', line 5742 class SearchResourcesSimpleCriterion < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |