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