Struct aws_sdk_networkfirewall::model::SourceMetadata
source · #[non_exhaustive]pub struct SourceMetadata { /* private fields */ }
Expand description
High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
Implementations§
source§impl SourceMetadata
impl SourceMetadata
sourcepub fn source_arn(&self) -> Option<&str>
pub fn source_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.
sourcepub fn source_update_token(&self) -> Option<&str>
pub fn source_update_token(&self) -> Option<&str>
The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call DescribeRuleGroup.
source§impl SourceMetadata
impl SourceMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SourceMetadata
.
Trait Implementations§
source§impl Clone for SourceMetadata
impl Clone for SourceMetadata
source§fn clone(&self) -> SourceMetadata
fn clone(&self) -> SourceMetadata
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 SourceMetadata
impl Debug for SourceMetadata
source§impl PartialEq<SourceMetadata> for SourceMetadata
impl PartialEq<SourceMetadata> for SourceMetadata
source§fn eq(&self, other: &SourceMetadata) -> bool
fn eq(&self, other: &SourceMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.