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

Class: Aws::GuardDuty::Types::Condition

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

Overview

Note:

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

{
  eq: ["String"],
  neq: ["String"],
  gt: 1,
  gte: 1,
  lt: 1,
  lte: 1,
  equals: ["String"],
  not_equals: ["String"],
  greater_than: 1,
  greater_than_or_equal: 1,
  less_than: 1,
  less_than_or_equal: 1,
}

Contains information about the condition.

Instance Attribute Summary collapse

Instance Attribute Details

#eqArray<String>

Represents the equal condition to be applied to a single field when querying for findings.

Returns:

  • (Array<String>)

    Represents the equal condition to be applied to a single field when querying for findings.

#equalsArray<String>

Represents an equal **** condition to be applied to a single field when querying for findings.

Returns:

  • (Array<String>)

    Represents an equal **** condition to be applied to a single field when querying for findings.

#greater_thanInteger

Represents a greater than condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a greater than condition to be applied to a single field when querying for findings.

#greater_than_or_equalInteger

Represents a greater than or equal condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a greater than or equal condition to be applied to a single field when querying for findings.

#gtInteger

Represents a greater than condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a greater than condition to be applied to a single field when querying for findings.

#gteInteger

Represents a greater than or equal condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a greater than or equal condition to be applied to a single field when querying for findings.

#less_thanInteger

Represents a less than condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a less than condition to be applied to a single field when querying for findings.

#less_than_or_equalInteger

Represents a less than or equal condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a less than or equal condition to be applied to a single field when querying for findings.

#ltInteger

Represents a less than condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a less than condition to be applied to a single field when querying for findings.

#lteInteger

Represents a less than or equal condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)

    Represents a less than or equal condition to be applied to a single field when querying for findings.

#neqArray<String>

Represents the not equal condition to be applied to a single field when querying for findings.

Returns:

  • (Array<String>)

    Represents the not equal condition to be applied to a single field when querying for findings.

#not_equalsArray<String>

Represents a not equal **** condition to be applied to a single field when querying for findings.

Returns:

  • (Array<String>)

    Represents a not equal **** condition to be applied to a single field when querying for findings.