Class: Aws::Macie2::Types::ListJobsFilterTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListJobsFilterTerm
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Specifies a condition that filters the results of a request for information about classification jobs. Each condition consists of a property, an operator, and one or more values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparator ⇒ String
The operator to use in a condition.
-
#key ⇒ String
The property to use to filter the results.
-
#values ⇒ Array<String>
Instance Attribute Details
#comparator ⇒ String
The operator to use in a condition. Depending on the type of condition, possible values are:
4332 4333 4334 4335 4336 4337 4338 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4332 class ListJobsFilterTerm < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The property to use to filter the results. Valid values are:
4332 4333 4334 4335 4336 4337 4338 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4332 class ListJobsFilterTerm < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
4332 4333 4334 4335 4336 4337 4338 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4332 class ListJobsFilterTerm < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |