Struct aws_sdk_glue::model::ApplyMapping
source · #[non_exhaustive]pub struct ApplyMapping { /* private fields */ }Expand description
Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.
Implementations§
source§impl ApplyMapping
impl ApplyMapping
source§impl ApplyMapping
impl ApplyMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ApplyMapping.
Trait Implementations§
source§impl Clone for ApplyMapping
impl Clone for ApplyMapping
source§fn clone(&self) -> ApplyMapping
fn clone(&self) -> ApplyMapping
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 ApplyMapping
impl Debug for ApplyMapping
source§impl PartialEq<ApplyMapping> for ApplyMapping
impl PartialEq<ApplyMapping> for ApplyMapping
source§fn eq(&self, other: &ApplyMapping) -> bool
fn eq(&self, other: &ApplyMapping) -> bool
This method tests for
self and other values to be equal, and is used
by ==.