Struct aws_sdk_glue::model::S3CatalogTarget
source · #[non_exhaustive]pub struct S3CatalogTarget { /* private fields */ }Expand description
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
Implementations§
source§impl S3CatalogTarget
impl S3CatalogTarget
sourcepub fn partition_keys(&self) -> Option<&[Vec<String>]>
pub fn partition_keys(&self) -> Option<&[Vec<String>]>
Specifies native partitioning using a sequence of keys.
sourcepub fn schema_change_policy(&self) -> Option<&CatalogSchemaChangePolicy>
pub fn schema_change_policy(&self) -> Option<&CatalogSchemaChangePolicy>
A policy that specifies update behavior for the crawler.
source§impl S3CatalogTarget
impl S3CatalogTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3CatalogTarget.
Trait Implementations§
source§impl Clone for S3CatalogTarget
impl Clone for S3CatalogTarget
source§fn clone(&self) -> S3CatalogTarget
fn clone(&self) -> S3CatalogTarget
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 S3CatalogTarget
impl Debug for S3CatalogTarget
source§impl PartialEq<S3CatalogTarget> for S3CatalogTarget
impl PartialEq<S3CatalogTarget> for S3CatalogTarget
source§fn eq(&self, other: &S3CatalogTarget) -> bool
fn eq(&self, other: &S3CatalogTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.