Class: Aws::Glue::Types::GluePolicy
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GluePolicy
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure for returning a resource policy.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time at which the policy was created. 
- 
  
    
      #policy_hash  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the hash value associated with this policy. 
- 
  
    
      #policy_in_json  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the requested policy document, in JSON format. 
- 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time at which the policy was last updated. 
Instance Attribute Details
#create_time ⇒ Time
The date and time at which the policy was created.
| 15005 15006 15007 15008 15009 15010 15011 15012 | # File 'lib/aws-sdk-glue/types.rb', line 15005 class GluePolicy < Struct.new( :policy_in_json, :policy_hash, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end | 
#policy_hash ⇒ String
Contains the hash value associated with this policy.
| 15005 15006 15007 15008 15009 15010 15011 15012 | # File 'lib/aws-sdk-glue/types.rb', line 15005 class GluePolicy < Struct.new( :policy_in_json, :policy_hash, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end | 
#policy_in_json ⇒ String
Contains the requested policy document, in JSON format.
| 15005 15006 15007 15008 15009 15010 15011 15012 | # File 'lib/aws-sdk-glue/types.rb', line 15005 class GluePolicy < Struct.new( :policy_in_json, :policy_hash, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end | 
#update_time ⇒ Time
The date and time at which the policy was last updated.
| 15005 15006 15007 15008 15009 15010 15011 15012 | # File 'lib/aws-sdk-glue/types.rb', line 15005 class GluePolicy < Struct.new( :policy_in_json, :policy_hash, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |