Struct aws_sdk_glue::model::GovernedCatalogSource
source · #[non_exhaustive]pub struct GovernedCatalogSource { /* private fields */ }Expand description
Specifies the data store in the governed Glue Data Catalog.
Implementations§
source§impl GovernedCatalogSource
impl GovernedCatalogSource
sourcepub fn partition_predicate(&self) -> Option<&str>
pub fn partition_predicate(&self) -> Option<&str>
Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.
sourcepub fn additional_options(&self) -> Option<&S3SourceAdditionalOptions>
pub fn additional_options(&self) -> Option<&S3SourceAdditionalOptions>
Specifies additional connection options.
source§impl GovernedCatalogSource
impl GovernedCatalogSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GovernedCatalogSource.
Trait Implementations§
source§impl Clone for GovernedCatalogSource
impl Clone for GovernedCatalogSource
source§fn clone(&self) -> GovernedCatalogSource
fn clone(&self) -> GovernedCatalogSource
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 GovernedCatalogSource
impl Debug for GovernedCatalogSource
source§impl PartialEq<GovernedCatalogSource> for GovernedCatalogSource
impl PartialEq<GovernedCatalogSource> for GovernedCatalogSource
source§fn eq(&self, other: &GovernedCatalogSource) -> bool
fn eq(&self, other: &GovernedCatalogSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.