Class: Aws::Macie2::Types::SimpleCriterionForJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SimpleCriterionForJob
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies a property-based condition that determines whether an S3 bucket is included or excluded from a classification job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparator ⇒ String
The operator to use in a condition.
-
#key ⇒ String
The property to use in a condition that determines whether an S3 bucket is included or excluded from a classification job.
- #values ⇒ Array<String>
Instance Attribute Details
#comparator ⇒ String
The operator to use in a condition. Depending on the type of condition, possible values are:
6150 6151 6152 6153 6154 6155 6156 |
# File 'lib/aws-sdk-macie2/types.rb', line 6150 class SimpleCriterionForJob < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The property to use in a condition that determines whether an S3 bucket is included or excluded from a classification job. Valid values are:
6150 6151 6152 6153 6154 6155 6156 |
# File 'lib/aws-sdk-macie2/types.rb', line 6150 class SimpleCriterionForJob < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
6150 6151 6152 6153 6154 6155 6156 |
# File 'lib/aws-sdk-macie2/types.rb', line 6150 class SimpleCriterionForJob < Struct.new( :comparator, :key, :values) SENSITIVE = [] include Aws::Structure end |