Class: Aws::Route53Resolver::Types::GetFirewallRuleGroupPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetFirewallRuleGroupPolicyResponse
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_rule_group_policy ⇒ String
The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group.
Instance Attribute Details
#firewall_rule_group_policy ⇒ String
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).
1716 1717 1718 1719 1720 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1716 class GetFirewallRuleGroupPolicyResponse < Struct.new( :firewall_rule_group_policy) SENSITIVE = [] include Aws::Structure end |