Class: Aws::GuardDuty::Types::Condition
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Condition
- 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
-
#eq ⇒ Array<String>
Represents the equal condition to be applied to a single field when querying for findings.
-
#equals ⇒ Array<String>
Represents an equal **** condition to be applied to a single field when querying for findings.
-
#greater_than ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
-
#greater_than_or_equal ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
-
#gt ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
-
#gte ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
-
#less_than ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
-
#less_than_or_equal ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
-
#lt ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
-
#lte ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
-
#neq ⇒ Array<String>
Represents the not equal condition to be applied to a single field when querying for findings.
-
#not_equals ⇒ Array<String>
Represents a not equal **** condition to be applied to a single field when querying for findings.
Instance Attribute Details
#eq ⇒ Array<String>
Represents the equal condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 |
#equals ⇒ Array<String>
Represents an equal **** condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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_equal ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 |
#gt ⇒ Integer
Represents a greater than condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 |
#gte ⇒ Integer
Represents a greater than or equal condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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_equal ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 |
#lt ⇒ Integer
Represents a less than condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 |
#lte ⇒ Integer
Represents a less than or equal condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 |
#neq ⇒ Array<String>
Represents the not equal condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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_equals ⇒ Array<String>
Represents a not equal **** condition to be applied to a single field when querying for findings.
726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 726 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 |