Struct aws_sdk_glue::model::LineageConfiguration
source · #[non_exhaustive]pub struct LineageConfiguration { /* private fields */ }Expand description
Specifies data lineage configuration settings for the crawler.
Implementations§
source§impl LineageConfiguration
impl LineageConfiguration
sourcepub fn crawler_lineage_settings(&self) -> Option<&CrawlerLineageSettings>
pub fn crawler_lineage_settings(&self) -> Option<&CrawlerLineageSettings>
Specifies whether data lineage is enabled for the crawler. Valid values are:
-
ENABLE: enables data lineage for the crawler
-
DISABLE: disables data lineage for the crawler
source§impl LineageConfiguration
impl LineageConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LineageConfiguration.
Trait Implementations§
source§impl Clone for LineageConfiguration
impl Clone for LineageConfiguration
source§fn clone(&self) -> LineageConfiguration
fn clone(&self) -> LineageConfiguration
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 LineageConfiguration
impl Debug for LineageConfiguration
source§impl PartialEq<LineageConfiguration> for LineageConfiguration
impl PartialEq<LineageConfiguration> for LineageConfiguration
source§fn eq(&self, other: &LineageConfiguration) -> bool
fn eq(&self, other: &LineageConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.