class Aws::Macie2::Types::SimpleScopeTerm
Specifies a property-based condition that determines whether an S3 object is included or excluded from a classification job.
@note When making an API call, you may pass SimpleScopeTerm
data as a hash: { comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY values: ["__string"], }
@!attribute [rw] comparator
The operator to use in a condition. Valid values are: @return [String]
@!attribute [rw] key
The property to use in a condition that determines whether an S3 object is included or excluded from a classification job. Valid values are: @return [String]
@!attribute [rw] values
@return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SimpleScopeTerm AWS API Documentation
Constants
- SENSITIVE