#[non_exhaustive]pub struct RuleGroupSourceStatelessRulesDetails { /* private fields */ }
Expand description
A stateless rule in the rule group.
Implementations§
source§impl RuleGroupSourceStatelessRulesDetails
impl RuleGroupSourceStatelessRulesDetails
sourcepub fn priority(&self) -> i32
pub fn priority(&self) -> i32
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
sourcepub fn rule_definition(&self) -> Option<&RuleGroupSourceStatelessRuleDefinition>
pub fn rule_definition(&self) -> Option<&RuleGroupSourceStatelessRuleDefinition>
Provides the definition of the stateless rule.
source§impl RuleGroupSourceStatelessRulesDetails
impl RuleGroupSourceStatelessRulesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupSourceStatelessRulesDetails
.
Trait Implementations§
source§impl Clone for RuleGroupSourceStatelessRulesDetails
impl Clone for RuleGroupSourceStatelessRulesDetails
source§fn clone(&self) -> RuleGroupSourceStatelessRulesDetails
fn clone(&self) -> RuleGroupSourceStatelessRulesDetails
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 more