Struct aws_sdk_route53resolver::operation::delete_firewall_rule_group::DeleteFirewallRuleGroupOutput
source · #[non_exhaustive]pub struct DeleteFirewallRuleGroupOutput { /* private fields */ }Implementations§
source§impl DeleteFirewallRuleGroupOutput
impl DeleteFirewallRuleGroupOutput
sourcepub fn firewall_rule_group(&self) -> Option<&FirewallRuleGroup>
pub fn firewall_rule_group(&self) -> Option<&FirewallRuleGroup>
A collection of rules used to filter DNS network traffic.
source§impl DeleteFirewallRuleGroupOutput
impl DeleteFirewallRuleGroupOutput
sourcepub fn builder() -> DeleteFirewallRuleGroupOutputBuilder
pub fn builder() -> DeleteFirewallRuleGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteFirewallRuleGroupOutput.
Trait Implementations§
source§impl Clone for DeleteFirewallRuleGroupOutput
impl Clone for DeleteFirewallRuleGroupOutput
source§fn clone(&self) -> DeleteFirewallRuleGroupOutput
fn clone(&self) -> DeleteFirewallRuleGroupOutput
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 PartialEq<DeleteFirewallRuleGroupOutput> for DeleteFirewallRuleGroupOutput
impl PartialEq<DeleteFirewallRuleGroupOutput> for DeleteFirewallRuleGroupOutput
source§fn eq(&self, other: &DeleteFirewallRuleGroupOutput) -> bool
fn eq(&self, other: &DeleteFirewallRuleGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteFirewallRuleGroupOutput
impl RequestId for DeleteFirewallRuleGroupOutput
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.