Struct aws_sdk_networkfirewall::model::RuleGroupMetadata
source · #[non_exhaustive]pub struct RuleGroupMetadata { /* private fields */ }
Expand description
High-level information about a rule group, returned by ListRuleGroups
. You can use the information provided in the metadata to retrieve and manage a rule group.
Implementations§
source§impl RuleGroupMetadata
impl RuleGroupMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupMetadata
.
Trait Implementations§
source§impl Clone for RuleGroupMetadata
impl Clone for RuleGroupMetadata
source§fn clone(&self) -> RuleGroupMetadata
fn clone(&self) -> RuleGroupMetadata
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 RuleGroupMetadata
impl Debug for RuleGroupMetadata
source§impl PartialEq<RuleGroupMetadata> for RuleGroupMetadata
impl PartialEq<RuleGroupMetadata> for RuleGroupMetadata
source§fn eq(&self, other: &RuleGroupMetadata) -> bool
fn eq(&self, other: &RuleGroupMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.