Class: Aws::GuardDuty::Types::Condition

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

Overview

Contains information about the condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eqArray<String>

Represents the equal condition to be applied to a single field when querying for findings.

Returns:

  • (Array<String>)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#equalsArray<String>

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

Returns:

  • (Array<String>)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#greater_thanInteger

Represents a *greater than* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#greater_than_or_equalInteger

Represents a *greater than or equal* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#gtInteger

Represents a *greater than* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#gteInteger

Represents a *greater than or equal* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#less_thanInteger

Represents a *less than* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#less_than_or_equalInteger

Represents a *less than or equal* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#ltInteger

Represents a *less than* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#lteInteger

Represents a *less than or equal* condition to be applied to a single field when querying for findings.

Returns:

  • (Integer)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#neqArray<String>

Represents the *not equal* condition to be applied to a single field when querying for findings.

Returns:

  • (Array<String>)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end

#not_equalsArray<String>

Represents a *not equal* **** condition to be applied to a single field when querying for findings.

Returns:

  • (Array<String>)


596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/aws-sdk-guardduty/types.rb', line 596

class Condition < Struct.new(
  :eq,
  :neq,
  :gt,
  :gte,
  :lt,
  :lte,
  :equals,
  :not_equals,
  :greater_than,
  :greater_than_or_equal,
  :less_than,
  :less_than_or_equal)
  SENSITIVE = []
  include Aws::Structure
end