class Aws::Macie2::Types::ListJobsFilterTerm
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.
@note When making an API call, you may pass ListJobsFilterTerm
data as a hash: { comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH key: "jobType", # accepts jobType, jobStatus, createdAt, name values: ["__string"], }
@!attribute [rw] comparator
The operator to use in a condition. Valid values are: @return [String]
@!attribute [rw] key
The property to use to filter the results. Valid values are: @return [String]
@!attribute [rw] values
@return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListJobsFilterTerm AWS API Documentation
Constants
- SENSITIVE