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

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

#eqArray<String>

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

Returns:

  • (Array<String>)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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>)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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>)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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>)


686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 686

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