Struct aws_sdk_networkfirewall::model::FirewallMetadata
source · [−]#[non_exhaustive]pub struct FirewallMetadata {
pub firewall_name: Option<String>,
pub firewall_arn: Option<String>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.firewall_name: Option<String>
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
firewall_arn: Option<String>
The Amazon Resource Name (ARN) of the firewall.
Implementations
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
The Amazon Resource Name (ARN) of the firewall.
Creates a new builder-style object to manufacture FirewallMetadata
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more