Class: Aws::Glue::Types::CatalogSchemaChangePolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A policy that specifies update behavior for the crawler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_update_catalogBoolean

Whether to use the specified update behavior when the crawler finds a changed schema.

Returns:

  • (Boolean)


2012
2013
2014
2015
2016
2017
# File 'lib/aws-sdk-glue/types.rb', line 2012

class CatalogSchemaChangePolicy < Struct.new(
  :enable_update_catalog,
  :update_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#update_behaviorString

The update behavior when the crawler finds a changed schema.

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
# File 'lib/aws-sdk-glue/types.rb', line 2012

class CatalogSchemaChangePolicy < Struct.new(
  :enable_update_catalog,
  :update_behavior)
  SENSITIVE = []
  include Aws::Structure
end