#[non_exhaustive]pub struct AwsNetworkFirewallRuleGroupDetails { /* private fields */ }
Expand description
Details about an Network Firewall rule group. Rule groups are used to inspect and control network traffic. Stateless rule groups apply to individual packets. Stateful rule groups apply to packets in the context of their traffic flow.
Rule groups are referenced in firewall policies.
Implementations
sourceimpl AwsNetworkFirewallRuleGroupDetails
impl AwsNetworkFirewallRuleGroupDetails
sourcepub fn capacity(&self) -> i32
pub fn capacity(&self) -> i32
The maximum number of operating resources that this rule group can use.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the rule group.
sourcepub fn rule_group(&self) -> Option<&RuleGroupDetails>
pub fn rule_group(&self) -> Option<&RuleGroupDetails>
Details about the rule group.
sourcepub fn rule_group_arn(&self) -> Option<&str>
pub fn rule_group_arn(&self) -> Option<&str>
The ARN of the rule group.
sourcepub fn rule_group_id(&self) -> Option<&str>
pub fn rule_group_id(&self) -> Option<&str>
The identifier of the rule group.
sourcepub fn rule_group_name(&self) -> Option<&str>
pub fn rule_group_name(&self) -> Option<&str>
The descriptive name of the rule group.
sourceimpl AwsNetworkFirewallRuleGroupDetails
impl AwsNetworkFirewallRuleGroupDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsNetworkFirewallRuleGroupDetails
.
Trait Implementations
sourceimpl Clone for AwsNetworkFirewallRuleGroupDetails
impl Clone for AwsNetworkFirewallRuleGroupDetails
sourcefn clone(&self) -> AwsNetworkFirewallRuleGroupDetails
fn clone(&self) -> AwsNetworkFirewallRuleGroupDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<AwsNetworkFirewallRuleGroupDetails> for AwsNetworkFirewallRuleGroupDetails
impl PartialEq<AwsNetworkFirewallRuleGroupDetails> for AwsNetworkFirewallRuleGroupDetails
sourcefn eq(&self, other: &AwsNetworkFirewallRuleGroupDetails) -> bool
fn eq(&self, other: &AwsNetworkFirewallRuleGroupDetails) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AwsNetworkFirewallRuleGroupDetails) -> bool
fn ne(&self, other: &AwsNetworkFirewallRuleGroupDetails) -> bool
This method tests for !=
.
impl StructuralPartialEq for AwsNetworkFirewallRuleGroupDetails
Auto Trait Implementations
impl RefUnwindSafe for AwsNetworkFirewallRuleGroupDetails
impl Send for AwsNetworkFirewallRuleGroupDetails
impl Sync for AwsNetworkFirewallRuleGroupDetails
impl Unpin for AwsNetworkFirewallRuleGroupDetails
impl UnwindSafe for AwsNetworkFirewallRuleGroupDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more