Class: Aws::Route53Resolver::Types::PutFirewallRuleGroupPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::PutFirewallRuleGroupPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN (Amazon Resource Name) for the rule group that you want to share.
-
#firewall_rule_group_policy ⇒ String
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
Instance Attribute Details
#arn ⇒ String
The ARN (Amazon Resource Name) for the rule group that you want to share.
3909 3910 3911 3912 3913 3914 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 3909 class PutFirewallRuleGroupPolicyRequest < Struct.new( :arn, :firewall_rule_group_policy) SENSITIVE = [] include Aws::Structure end |
#firewall_rule_group_policy ⇒ String
The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
3909 3910 3911 3912 3913 3914 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 3909 class PutFirewallRuleGroupPolicyRequest < Struct.new( :arn, :firewall_rule_group_policy) SENSITIVE = [] include Aws::Structure end |