Struct aws_sdk_glue::model::DirectSchemaChangePolicy
source · #[non_exhaustive]pub struct DirectSchemaChangePolicy { /* private fields */ }Expand description
A policy that specifies update behavior for the crawler.
Implementations§
source§impl DirectSchemaChangePolicy
impl DirectSchemaChangePolicy
sourcepub fn enable_update_catalog(&self) -> Option<bool>
pub fn enable_update_catalog(&self) -> Option<bool>
Whether to use the specified update behavior when the crawler finds a changed schema.
sourcepub fn update_behavior(&self) -> Option<&UpdateCatalogBehavior>
pub fn update_behavior(&self) -> Option<&UpdateCatalogBehavior>
The update behavior when the crawler finds a changed schema.
source§impl DirectSchemaChangePolicy
impl DirectSchemaChangePolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DirectSchemaChangePolicy.
Trait Implementations§
source§impl Clone for DirectSchemaChangePolicy
impl Clone for DirectSchemaChangePolicy
source§fn clone(&self) -> DirectSchemaChangePolicy
fn clone(&self) -> DirectSchemaChangePolicy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DirectSchemaChangePolicy
impl Debug for DirectSchemaChangePolicy
source§impl PartialEq<DirectSchemaChangePolicy> for DirectSchemaChangePolicy
impl PartialEq<DirectSchemaChangePolicy> for DirectSchemaChangePolicy
source§fn eq(&self, other: &DirectSchemaChangePolicy) -> bool
fn eq(&self, other: &DirectSchemaChangePolicy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.