class Aws::GuardDuty::Types::Condition
Contains information about the condition.
@note When making an API call, you may pass Condition
data as a hash: { eq: ["String"], neq: ["String"], gt: 1, gte: 1, lt: 1, lte: 1, equals: ["String"], not_equals: ["String"], greater_than: 1, greater_than_or_equal: 1, less_than: 1, less_than_or_equal: 1, }
@!attribute [rw] eq
Represents the *equal* condition to be applied to a single field when querying for findings. @return [Array<String>]
@!attribute [rw] neq
Represents the *not equal* condition to be applied to a single field when querying for findings. @return [Array<String>]
@!attribute [rw] gt
Represents a *greater than* condition to be applied to a single field when querying for findings. @return [Integer]
@!attribute [rw] gte
Represents a *greater than or equal* condition to be applied to a single field when querying for findings. @return [Integer]
@!attribute [rw] lt
Represents a *less than* condition to be applied to a single field when querying for findings. @return [Integer]
@!attribute [rw] lte
Represents a *less than or equal* condition to be applied to a single field when querying for findings. @return [Integer]
@!attribute [rw] equals
Represents an *equal* **** condition to be applied to a single field when querying for findings. @return [Array<String>]
@!attribute [rw] not_equals
Represents a *not equal* **** condition to be applied to a single field when querying for findings. @return [Array<String>]
@!attribute [rw] greater_than
Represents a *greater than* condition to be applied to a single field when querying for findings. @return [Integer]
@!attribute [rw] greater_than_or_equal
Represents a *greater than or equal* condition to be applied to a single field when querying for findings. @return [Integer]
@!attribute [rw] less_than
Represents a *less than* condition to be applied to a single field when querying for findings. @return [Integer]
@!attribute [rw] less_than_or_equal
Represents a *less than or equal* condition to be applied to a single field when querying for findings. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Condition AWS API Documentation
Constants
- SENSITIVE