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

Class: Aws::SecurityHub::Types::NumberFilter

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

Overview

Note:

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

{
  gte: 1.0,
  lte: 1.0,
  eq: 1.0,
}

A number filter for querying findings.

Instance Attribute Summary collapse

Instance Attribute Details

#eqFloat

The equal-to condition to be applied to a single field when querying for findings.

Returns:

  • (Float)

    The equal-to condition to be applied to a single field when querying for findings.

#gteFloat

The greater-than-equal condition to be applied to a single field when querying for findings.

Returns:

  • (Float)

    The greater-than-equal condition to be applied to a single field when querying for findings.

#lteFloat

The less-than-equal condition to be applied to a single field when querying for findings.

Returns:

  • (Float)

    The less-than-equal condition to be applied to a single field when querying for findings.