Class: Aws::WAF::Types::PutPermissionPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::PutPermissionPolicyRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The policy to attach to the specified RuleGroup.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the RuleGroup to which you want to attach the policy.
Instance Attribute Details
#policy ⇒ String
The policy to attach to the specified RuleGroup.
3628 3629 3630 3631 3632 3633 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3628 class PutPermissionPolicyRequest < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the RuleGroup to which you want to attach the policy.
3628 3629 3630 3631 3632 3633 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3628 class PutPermissionPolicyRequest < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |