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

Class: Aws::GuardDuty::Types::FindingCriteria

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

Overview

Note:

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

{
  criterion: {
    "String" => {
      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 criteria used for querying findings.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#criterionHash<String,Types::Condition>

Represents a map of finding properties that match specified conditions and values when querying findings.

Returns:

  • (Hash<String,Types::Condition>)

    Represents a map of finding properties that match specified conditions and values when querying findings.