Class: Aws::WAFV2::Types::GetPermissionPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::GetPermissionPolicyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IAM policy that is attached to the specified rule group.
 
Instance Attribute Details
#policy ⇒ String
The IAM policy that is attached to the specified rule group.
      3123 3124 3125 3126 3127  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 3123 class GetPermissionPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end  |