Class: Aws::QBusiness::Types::GetPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QBusiness::Types::GetPolicyResponse
 
 
- Defined in:
 - gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JSON representation of the permission policy.
 
Instance Attribute Details
#policy ⇒ String
The JSON representation of the permission policy.
      5185 5186 5187 5188 5189  | 
    
      # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5185 class GetPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end  |