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