Struct aws_sdk_wafv2::model::Condition
source · [−]#[non_exhaustive]pub struct Condition {
pub action_condition: Option<ActionCondition>,
pub label_name_condition: Option<LabelNameCondition>,
}
Expand description
A single match condition for a Filter
.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.action_condition: Option<ActionCondition>
A single action condition.
label_name_condition: Option<LabelNameCondition>
A single label name condition.
Implementations
A single action condition.
A single label name condition.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Condition
impl UnwindSafe for Condition
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