Skip to content

Guardduty  >  Structures  >  CoverageFilterCondition

CoverageFilterCondition

Structure Class

CoverageFilterCondition dataclass

Represents a condition that when matched will be added to the response of the operation.

Attributes

equals class-attribute instance-attribute
equals: list[str] | None = None

Represents an equal condition that is applied to a single field while retrieving the coverage details.

not_equals class-attribute instance-attribute
not_equals: list[str] | None = None

Represents a not equal condition that is applied to a single field while retrieving the coverage details.