Class: Aws::Glue::Types::SchemaChangePolicy
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SchemaChangePolicy
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A policy that specifies update and deletion behaviors for the crawler.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #delete_behavior  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The deletion behavior when the crawler finds a deleted object. 
- 
  
    
      #update_behavior  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The update behavior when the crawler finds a changed schema. 
Instance Attribute Details
#delete_behavior ⇒ String
The deletion behavior when the crawler finds a deleted object.
| 22576 22577 22578 22579 22580 22581 | # File 'lib/aws-sdk-glue/types.rb', line 22576 class SchemaChangePolicy < Struct.new( :update_behavior, :delete_behavior) SENSITIVE = [] include Aws::Structure end | 
#update_behavior ⇒ String
The update behavior when the crawler finds a changed schema.
| 22576 22577 22578 22579 22580 22581 | # File 'lib/aws-sdk-glue/types.rb', line 22576 class SchemaChangePolicy < Struct.new( :update_behavior, :delete_behavior) SENSITIVE = [] include Aws::Structure end |