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§
source§impl 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.
source§impl FirewallMetadata
impl FirewallMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FirewallMetadata
.
Trait Implementations§
source§impl Clone for FirewallMetadata
impl Clone for FirewallMetadata
source§fn clone(&self) -> FirewallMetadata
fn clone(&self) -> FirewallMetadata
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 FirewallMetadata
impl Debug for FirewallMetadata
source§impl PartialEq<FirewallMetadata> for FirewallMetadata
impl PartialEq<FirewallMetadata> for FirewallMetadata
source§fn eq(&self, other: &FirewallMetadata) -> bool
fn eq(&self, other: &FirewallMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.