Skip to content

Guardduty  >  Structures  >  FilterCondition

FilterCondition

Structure Class

FilterCondition dataclass

Contains information about the condition.

Attributes

equals_value class-attribute instance-attribute
equals_value: str | None = None

Represents an equal condition to be applied to a single field when querying for scan entries.

greater_than class-attribute instance-attribute
greater_than: int | None = None

Represents a greater than condition to be applied to a single field when querying for scan entries.

less_than class-attribute instance-attribute
less_than: int | None = None

Represents a less than condition to be applied to a single field when querying for scan entries.