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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A number filter for querying findings.

Constant Summary collapse

SENSITIVE =
[]

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)


27253
27254
27255
27256
27257
27258
27259
27260
27261
# File 'lib/aws-sdk-securityhub/types.rb', line 27253

class NumberFilter < Struct.new(
  :gte,
  :lte,
  :eq,
  :gt,
  :lt)
  SENSITIVE = []
  include Aws::Structure
end

#gtFloat

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

Returns:

  • (Float)


27253
27254
27255
27256
27257
27258
27259
27260
27261
# File 'lib/aws-sdk-securityhub/types.rb', line 27253

class NumberFilter < Struct.new(
  :gte,
  :lte,
  :eq,
  :gt,
  :lt)
  SENSITIVE = []
  include Aws::Structure
end

#gteFloat

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

Returns:

  • (Float)


27253
27254
27255
27256
27257
27258
27259
27260
27261
# File 'lib/aws-sdk-securityhub/types.rb', line 27253

class NumberFilter < Struct.new(
  :gte,
  :lte,
  :eq,
  :gt,
  :lt)
  SENSITIVE = []
  include Aws::Structure
end

#ltFloat

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

Returns:

  • (Float)


27253
27254
27255
27256
27257
27258
27259
27260
27261
# File 'lib/aws-sdk-securityhub/types.rb', line 27253

class NumberFilter < Struct.new(
  :gte,
  :lte,
  :eq,
  :gt,
  :lt)
  SENSITIVE = []
  include Aws::Structure
end

#lteFloat

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

Returns:

  • (Float)


27253
27254
27255
27256
27257
27258
27259
27260
27261
# File 'lib/aws-sdk-securityhub/types.rb', line 27253

class NumberFilter < Struct.new(
  :gte,
  :lte,
  :eq,
  :gt,
  :lt)
  SENSITIVE = []
  include Aws::Structure
end