Class: Aws::WAFV2::Types::GetPermissionPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::GetPermissionPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the rule group for which you want to get the policy.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the rule group for which you want to get the policy.
3111 3112 3113 3114 3115 |
# File 'lib/aws-sdk-wafv2/types.rb', line 3111 class GetPermissionPolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |