Struct aws_sdk_route53resolver::operation::associate_firewall_rule_group::AssociateFirewallRuleGroupOutput
source · #[non_exhaustive]pub struct AssociateFirewallRuleGroupOutput { /* private fields */ }Implementations§
source§impl AssociateFirewallRuleGroupOutput
impl AssociateFirewallRuleGroupOutput
sourcepub fn firewall_rule_group_association(
&self
) -> Option<&FirewallRuleGroupAssociation>
pub fn firewall_rule_group_association( &self ) -> Option<&FirewallRuleGroupAssociation>
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
source§impl AssociateFirewallRuleGroupOutput
impl AssociateFirewallRuleGroupOutput
sourcepub fn builder() -> AssociateFirewallRuleGroupOutputBuilder
pub fn builder() -> AssociateFirewallRuleGroupOutputBuilder
Creates a new builder-style object to manufacture AssociateFirewallRuleGroupOutput.
Trait Implementations§
source§impl Clone for AssociateFirewallRuleGroupOutput
impl Clone for AssociateFirewallRuleGroupOutput
source§fn clone(&self) -> AssociateFirewallRuleGroupOutput
fn clone(&self) -> AssociateFirewallRuleGroupOutput
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<AssociateFirewallRuleGroupOutput> for AssociateFirewallRuleGroupOutput
impl PartialEq<AssociateFirewallRuleGroupOutput> for AssociateFirewallRuleGroupOutput
source§fn eq(&self, other: &AssociateFirewallRuleGroupOutput) -> bool
fn eq(&self, other: &AssociateFirewallRuleGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AssociateFirewallRuleGroupOutput
impl RequestId for AssociateFirewallRuleGroupOutput
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.