#[non_exhaustive]pub struct GetFirewallConfigOutput { /* private fields */ }Implementations§
source§impl GetFirewallConfigOutput
impl GetFirewallConfigOutput
sourcepub fn firewall_config(&self) -> Option<&FirewallConfig>
pub fn firewall_config(&self) -> Option<&FirewallConfig>
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
source§impl GetFirewallConfigOutput
impl GetFirewallConfigOutput
sourcepub fn builder() -> GetFirewallConfigOutputBuilder
pub fn builder() -> GetFirewallConfigOutputBuilder
Creates a new builder-style object to manufacture GetFirewallConfigOutput.
Trait Implementations§
source§impl Clone for GetFirewallConfigOutput
impl Clone for GetFirewallConfigOutput
source§fn clone(&self) -> GetFirewallConfigOutput
fn clone(&self) -> GetFirewallConfigOutput
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 GetFirewallConfigOutput
impl Debug for GetFirewallConfigOutput
source§impl PartialEq<GetFirewallConfigOutput> for GetFirewallConfigOutput
impl PartialEq<GetFirewallConfigOutput> for GetFirewallConfigOutput
source§fn eq(&self, other: &GetFirewallConfigOutput) -> bool
fn eq(&self, other: &GetFirewallConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetFirewallConfigOutput
impl RequestId for GetFirewallConfigOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.