Struct aws_sdk_networkfirewall::output::DeleteFirewallOutput [−][src]
#[non_exhaustive]pub struct DeleteFirewallOutput {
pub firewall: Option<Firewall>,
pub firewall_status: Option<FirewallStatus>,
}
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: Option<Firewall>
The firewall defines the configuration settings for an AWS Network Firewall firewall. These settings include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall AWS resource.
The status of the firewall, for example whether it's ready to filter network traffic, is provided in the corresponding FirewallStatus. You can retrieve both objects by calling DescribeFirewall.
firewall_status: Option<FirewallStatus>
Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.
Implementations
Creates a new builder-style object to manufacture DeleteFirewallOutput
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 DeleteFirewallOutput
impl Send for DeleteFirewallOutput
impl Sync for DeleteFirewallOutput
impl Unpin for DeleteFirewallOutput
impl UnwindSafe for DeleteFirewallOutput
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