class Aws::WAF::Types::PutPermissionPolicyRequest

@note When making an API call, you may pass PutPermissionPolicyRequest

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      policy: "PolicyString", # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the RuleGroup to which you want to
attach the policy.
@return [String]

@!attribute [rw] policy

The policy to attach to the specified RuleGroup.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/PutPermissionPolicyRequest AWS API Documentation

Constants

SENSITIVE