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