#[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§
source§impl 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.
source§impl AwsNetworkFirewallRuleGroupDetails
impl AwsNetworkFirewallRuleGroupDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsNetworkFirewallRuleGroupDetails
.
Trait Implementations§
source§impl Clone for AwsNetworkFirewallRuleGroupDetails
impl Clone for AwsNetworkFirewallRuleGroupDetails
source§fn clone(&self) -> AwsNetworkFirewallRuleGroupDetails
fn clone(&self) -> AwsNetworkFirewallRuleGroupDetails
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<AwsNetworkFirewallRuleGroupDetails> for AwsNetworkFirewallRuleGroupDetails
impl PartialEq<AwsNetworkFirewallRuleGroupDetails> for AwsNetworkFirewallRuleGroupDetails
source§fn 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 ==
.