Struct aws_sdk_glue::model::SchemaChangePolicy
source · #[non_exhaustive]pub struct SchemaChangePolicy { /* private fields */ }Expand description
A policy that specifies update and deletion behaviors for the crawler.
Implementations§
source§impl SchemaChangePolicy
impl SchemaChangePolicy
sourcepub fn update_behavior(&self) -> Option<&UpdateBehavior>
pub fn update_behavior(&self) -> Option<&UpdateBehavior>
The update behavior when the crawler finds a changed schema.
sourcepub fn delete_behavior(&self) -> Option<&DeleteBehavior>
pub fn delete_behavior(&self) -> Option<&DeleteBehavior>
The deletion behavior when the crawler finds a deleted object.
source§impl SchemaChangePolicy
impl SchemaChangePolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SchemaChangePolicy.
Trait Implementations§
source§impl Clone for SchemaChangePolicy
impl Clone for SchemaChangePolicy
source§fn clone(&self) -> SchemaChangePolicy
fn clone(&self) -> SchemaChangePolicy
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 SchemaChangePolicy
impl Debug for SchemaChangePolicy
source§impl PartialEq<SchemaChangePolicy> for SchemaChangePolicy
impl PartialEq<SchemaChangePolicy> for SchemaChangePolicy
source§fn eq(&self, other: &SchemaChangePolicy) -> bool
fn eq(&self, other: &SchemaChangePolicy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.