Struct aws_sdk_route53resolver::operation::update_firewall_config::UpdateFirewallConfigOutput
source · #[non_exhaustive]pub struct UpdateFirewallConfigOutput { /* private fields */ }Implementations§
source§impl UpdateFirewallConfigOutput
impl UpdateFirewallConfigOutput
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.
source§impl UpdateFirewallConfigOutput
impl UpdateFirewallConfigOutput
sourcepub fn builder() -> UpdateFirewallConfigOutputBuilder
pub fn builder() -> UpdateFirewallConfigOutputBuilder
Creates a new builder-style object to manufacture UpdateFirewallConfigOutput.
Trait Implementations§
source§impl Clone for UpdateFirewallConfigOutput
impl Clone for UpdateFirewallConfigOutput
source§fn clone(&self) -> UpdateFirewallConfigOutput
fn clone(&self) -> UpdateFirewallConfigOutput
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 UpdateFirewallConfigOutput
impl Debug for UpdateFirewallConfigOutput
source§impl PartialEq<UpdateFirewallConfigOutput> for UpdateFirewallConfigOutput
impl PartialEq<UpdateFirewallConfigOutput> for UpdateFirewallConfigOutput
source§fn eq(&self, other: &UpdateFirewallConfigOutput) -> bool
fn eq(&self, other: &UpdateFirewallConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateFirewallConfigOutput
impl RequestId for UpdateFirewallConfigOutput
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.