Struct aws_sdk_securityhub::model::NumberFilter [−][src]
Expand description
A number filter for querying findings.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.gte: f64
The greater-than-equal condition to be applied to a single field when querying for findings.
lte: f64
The less-than-equal condition to be applied to a single field when querying for findings.
eq: f64
The equal-to condition to be applied to a single field when querying for findings.
Implementations
The greater-than-equal condition to be applied to a single field when querying for findings.
The less-than-equal condition to be applied to a single field when querying for findings.
Creates a new builder-style object to manufacture NumberFilter
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NumberFilter
impl Send for NumberFilter
impl Sync for NumberFilter
impl Unpin for NumberFilter
impl UnwindSafe for NumberFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more