Struct aws_sdk_glue::model::S3DirectTarget
source · #[non_exhaustive]pub struct S3DirectTarget { /* private fields */ }Expand description
Specifies a data target that writes to Amazon S3.
Implementations§
source§impl S3DirectTarget
impl S3DirectTarget
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 compression(&self) -> Option<&str>
pub fn compression(&self) -> Option<&str>
Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").
sourcepub fn format(&self) -> Option<&TargetFormat>
pub fn format(&self) -> Option<&TargetFormat>
Specifies the data output format for the target.
sourcepub fn schema_change_policy(&self) -> Option<&DirectSchemaChangePolicy>
pub fn schema_change_policy(&self) -> Option<&DirectSchemaChangePolicy>
A policy that specifies update behavior for the crawler.
source§impl S3DirectTarget
impl S3DirectTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3DirectTarget.
Trait Implementations§
source§impl Clone for S3DirectTarget
impl Clone for S3DirectTarget
source§fn clone(&self) -> S3DirectTarget
fn clone(&self) -> S3DirectTarget
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 S3DirectTarget
impl Debug for S3DirectTarget
source§impl PartialEq<S3DirectTarget> for S3DirectTarget
impl PartialEq<S3DirectTarget> for S3DirectTarget
source§fn eq(&self, other: &S3DirectTarget) -> bool
fn eq(&self, other: &S3DirectTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.