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
sourceimpl 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.
sourceimpl SourceMetadata
impl SourceMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SourceMetadata
.
Trait Implementations
sourceimpl Clone for SourceMetadata
impl Clone for SourceMetadata
sourcefn clone(&self) -> SourceMetadata
fn clone(&self) -> SourceMetadata
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 moresourceimpl Debug for SourceMetadata
impl Debug for SourceMetadata
sourceimpl PartialEq<SourceMetadata> for SourceMetadata
impl PartialEq<SourceMetadata> for SourceMetadata
sourcefn eq(&self, other: &SourceMetadata) -> bool
fn eq(&self, other: &SourceMetadata) -> bool
impl StructuralPartialEq for SourceMetadata
Auto Trait Implementations
impl RefUnwindSafe for SourceMetadata
impl Send for SourceMetadata
impl Sync for SourceMetadata
impl Unpin for SourceMetadata
impl UnwindSafe for SourceMetadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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