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)


3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3729

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)


3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3729

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)


3729
3730
3731
3732
3733
3734
3735
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3729

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