Struct aws_sdk_glue::model::SplitFields
source · #[non_exhaustive]pub struct SplitFields { /* private fields */ }Expand description
Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.
Implementations§
source§impl SplitFields
impl SplitFields
source§impl SplitFields
impl SplitFields
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SplitFields.
Trait Implementations§
source§impl Clone for SplitFields
impl Clone for SplitFields
source§fn clone(&self) -> SplitFields
fn clone(&self) -> SplitFields
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 SplitFields
impl Debug for SplitFields
source§impl PartialEq<SplitFields> for SplitFields
impl PartialEq<SplitFields> for SplitFields
source§fn eq(&self, other: &SplitFields) -> bool
fn eq(&self, other: &SplitFields) -> bool
This method tests for
self and other values to be equal, and is used
by ==.