Struct aws_sdk_databrew::model::RecipeAction
source · #[non_exhaustive]pub struct RecipeAction { /* private fields */ }
Expand description
Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.
Implementations§
source§impl RecipeAction
impl RecipeAction
source§impl RecipeAction
impl RecipeAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecipeAction
.
Trait Implementations§
source§impl Clone for RecipeAction
impl Clone for RecipeAction
source§fn clone(&self) -> RecipeAction
fn clone(&self) -> RecipeAction
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 more