#[non_exhaustive]pub struct FirewallPolicyStatefulRuleGroupReferencesDetails { /* private fields */ }Expand description
A stateful rule group that is used by the firewall policy.
Implementations§
source§impl FirewallPolicyStatefulRuleGroupReferencesDetails
impl FirewallPolicyStatefulRuleGroupReferencesDetails
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the stateful rule group.
source§impl FirewallPolicyStatefulRuleGroupReferencesDetails
impl FirewallPolicyStatefulRuleGroupReferencesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FirewallPolicyStatefulRuleGroupReferencesDetails.
Trait Implementations§
source§impl Clone for FirewallPolicyStatefulRuleGroupReferencesDetails
impl Clone for FirewallPolicyStatefulRuleGroupReferencesDetails
source§fn clone(&self) -> FirewallPolicyStatefulRuleGroupReferencesDetails
fn clone(&self) -> FirewallPolicyStatefulRuleGroupReferencesDetails
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 PartialEq<FirewallPolicyStatefulRuleGroupReferencesDetails> for FirewallPolicyStatefulRuleGroupReferencesDetails
impl PartialEq<FirewallPolicyStatefulRuleGroupReferencesDetails> for FirewallPolicyStatefulRuleGroupReferencesDetails
source§fn eq(&self, other: &FirewallPolicyStatefulRuleGroupReferencesDetails) -> bool
fn eq(&self, other: &FirewallPolicyStatefulRuleGroupReferencesDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.