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


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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)


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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


712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 712

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