Class: Aws::Glue::Types::CatalogSchemaChangePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogSchemaChangePolicy
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A policy that specifies update behavior for the crawler.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_update_catalog ⇒ Boolean
Whether to use the specified update behavior when the crawler finds a changed schema.
-
#update_behavior ⇒ String
The update behavior when the crawler finds a changed schema.
Instance Attribute Details
#enable_update_catalog ⇒ Boolean
Whether to use the specified update behavior when the crawler finds a changed schema.
1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1536 class CatalogSchemaChangePolicy < Struct.new( :enable_update_catalog, :update_behavior) SENSITIVE = [] include Aws::Structure end |
#update_behavior ⇒ String
The update behavior when the crawler finds a changed schema.
1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1536 class CatalogSchemaChangePolicy < Struct.new( :enable_update_catalog, :update_behavior) SENSITIVE = [] include Aws::Structure end |