Class: Aws::WAF::Types::GetPermissionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetPermissionPolicyResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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.
2006 2007 2008 2009 2010 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2006 class GetPermissionPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |