You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::ListJobsFilterTerm

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListJobsFilterTerm as input to an Aws::Client method, you can use a vanilla Hash:

{
  comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
  key: "jobType", # accepts jobType, jobStatus, createdAt, name
  values: ["__string"],
}

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.

Instance Attribute Summary collapse

Instance Attribute Details

#comparatorString

The operator to use in a condition. Valid values are:

Possible values:

  • EQ
  • GT
  • GTE
  • LT
  • LTE
  • NE
  • CONTAINS

Returns:

  • (String)

    The operator to use in a condition.

#keyString

The property to use to filter the results. Valid values are:

Possible values:

  • jobType
  • jobStatus
  • createdAt
  • name

Returns:

  • (String)

    The property to use to filter the results.

#valuesArray<String>

Returns:

  • (Array<String>)