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