Struct aws_sdk_wafv2::model::LabelNameCondition
source · #[non_exhaustive]pub struct LabelNameCondition { /* private fields */ }
Expand description
A single label name condition for a Condition
in a logging filter.
Implementations§
source§impl LabelNameCondition
impl LabelNameCondition
sourcepub fn label_name(&self) -> Option<&str>
pub fn label_name(&self) -> Option<&str>
The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.
source§impl LabelNameCondition
impl LabelNameCondition
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelNameCondition
.
Trait Implementations§
source§impl Clone for LabelNameCondition
impl Clone for LabelNameCondition
source§fn clone(&self) -> LabelNameCondition
fn clone(&self) -> LabelNameCondition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LabelNameCondition
impl Debug for LabelNameCondition
source§impl PartialEq<LabelNameCondition> for LabelNameCondition
impl PartialEq<LabelNameCondition> for LabelNameCondition
source§fn eq(&self, other: &LabelNameCondition) -> bool
fn eq(&self, other: &LabelNameCondition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.