Struct aws_sdk_glue::model::S3CatalogSource
source · #[non_exhaustive]pub struct S3CatalogSource { /* private fields */ }Expand description
Specifies an Amazon S3 data store in the Glue Data Catalog.
Implementations§
source§impl S3CatalogSource
impl S3CatalogSource
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 S3CatalogSource
impl S3CatalogSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3CatalogSource.
Trait Implementations§
source§impl Clone for S3CatalogSource
impl Clone for S3CatalogSource
source§fn clone(&self) -> S3CatalogSource
fn clone(&self) -> S3CatalogSource
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 S3CatalogSource
impl Debug for S3CatalogSource
source§impl PartialEq<S3CatalogSource> for S3CatalogSource
impl PartialEq<S3CatalogSource> for S3CatalogSource
source§fn eq(&self, other: &S3CatalogSource) -> bool
fn eq(&self, other: &S3CatalogSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.