Struct aws_sdk_networkfirewall::model::FirewallMetadata
source · [−]#[non_exhaustive]pub struct FirewallMetadata { /* private fields */ }
Expand description
High-level information about a firewall, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall.
Implementations
sourceimpl FirewallMetadata
impl FirewallMetadata
sourcepub fn firewall_name(&self) -> Option<&str>
pub fn firewall_name(&self) -> Option<&str>
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
sourcepub fn firewall_arn(&self) -> Option<&str>
pub fn firewall_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the firewall.
sourceimpl FirewallMetadata
impl FirewallMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FirewallMetadata
.
Trait Implementations
sourceimpl Clone for FirewallMetadata
impl Clone for FirewallMetadata
sourcefn clone(&self) -> FirewallMetadata
fn clone(&self) -> FirewallMetadata
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 FirewallMetadata
impl Debug for FirewallMetadata
sourceimpl PartialEq<FirewallMetadata> for FirewallMetadata
impl PartialEq<FirewallMetadata> for FirewallMetadata
sourcefn eq(&self, other: &FirewallMetadata) -> bool
fn eq(&self, other: &FirewallMetadata) -> bool
impl StructuralPartialEq for FirewallMetadata
Auto Trait Implementations
impl RefUnwindSafe for FirewallMetadata
impl Send for FirewallMetadata
impl Sync for FirewallMetadata
impl Unpin for FirewallMetadata
impl UnwindSafe for FirewallMetadata
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