Class: Aws::Glue::Types::PutResourcePolicyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::PutResourcePolicyResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #policy_hash  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A hash of the policy that has just been set. 
Instance Attribute Details
#policy_hash ⇒ String
A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.
| 20667 20668 20669 20670 20671 | # File 'lib/aws-sdk-glue/types.rb', line 20667 class PutResourcePolicyResponse < Struct.new( :policy_hash) SENSITIVE = [] include Aws::Structure end |