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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


27102
27103
27104
27105
27106
27107
27108
27109
27110
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27102

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

#gtFloat

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

Returns:

  • (Float)


27102
27103
27104
27105
27106
27107
27108
27109
27110
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27102

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

#gteFloat

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

Returns:

  • (Float)


27102
27103
27104
27105
27106
27107
27108
27109
27110
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27102

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

#ltFloat

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

Returns:

  • (Float)


27102
27103
27104
27105
27106
27107
27108
27109
27110
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27102

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

#lteFloat

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

Returns:

  • (Float)


27102
27103
27104
27105
27106
27107
27108
27109
27110
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27102

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