Class: Aws::Route53Resolver::Types::GetFirewallRuleGroupPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_rule_group_policyString

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).

Returns:

  • (String)


1963
1964
1965
1966
1967
# File 'lib/aws-sdk-route53resolver/types.rb', line 1963

class GetFirewallRuleGroupPolicyResponse < Struct.new(
  :firewall_rule_group_policy)
  SENSITIVE = []
  include Aws::Structure
end