Class: Aws::WAFRegional::Types::GetPermissionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetPermissionPolicyResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The IAM policy attached to the specified RuleGroup.
Instance Attribute Details
#policy ⇒ String
The IAM policy attached to the specified RuleGroup.
2064 2065 2066 2067 2068 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2064 class GetPermissionPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |