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)


2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2885

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)


2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2885

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)


2885
2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2885

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