Struct aws_sdk_route53resolver::operation::get_firewall_rule_group_policy::GetFirewallRuleGroupPolicyOutput
source · #[non_exhaustive]pub struct GetFirewallRuleGroupPolicyOutput { /* private fields */ }Implementations§
source§impl GetFirewallRuleGroupPolicyOutput
impl GetFirewallRuleGroupPolicyOutput
sourcepub fn firewall_rule_group_policy(&self) -> Option<&str>
pub fn firewall_rule_group_policy(&self) -> Option<&str>
The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
source§impl GetFirewallRuleGroupPolicyOutput
impl GetFirewallRuleGroupPolicyOutput
sourcepub fn builder() -> GetFirewallRuleGroupPolicyOutputBuilder
pub fn builder() -> GetFirewallRuleGroupPolicyOutputBuilder
Creates a new builder-style object to manufacture GetFirewallRuleGroupPolicyOutput.
Trait Implementations§
source§impl Clone for GetFirewallRuleGroupPolicyOutput
impl Clone for GetFirewallRuleGroupPolicyOutput
source§fn clone(&self) -> GetFirewallRuleGroupPolicyOutput
fn clone(&self) -> GetFirewallRuleGroupPolicyOutput
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<GetFirewallRuleGroupPolicyOutput> for GetFirewallRuleGroupPolicyOutput
impl PartialEq<GetFirewallRuleGroupPolicyOutput> for GetFirewallRuleGroupPolicyOutput
source§fn eq(&self, other: &GetFirewallRuleGroupPolicyOutput) -> bool
fn eq(&self, other: &GetFirewallRuleGroupPolicyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetFirewallRuleGroupPolicyOutput
impl RequestId for GetFirewallRuleGroupPolicyOutput
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.