Class: Aws::GuardDuty::Types::FilterCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#equals_valueString

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

Returns:

  • (String)


2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2987

class FilterCondition < Struct.new(
  :equals_value,
  :greater_than,
  :less_than)
  SENSITIVE = []
  include Aws::Structure
end

#greater_thanInteger

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

Returns:

  • (Integer)


2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2987

class FilterCondition < Struct.new(
  :equals_value,
  :greater_than,
  :less_than)
  SENSITIVE = []
  include Aws::Structure
end

#less_thanInteger

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

Returns:

  • (Integer)


2987
2988
2989
2990
2991
2992
2993
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2987

class FilterCondition < Struct.new(
  :equals_value,
  :greater_than,
  :less_than)
  SENSITIVE = []
  include Aws::Structure
end