Struct aws_sdk_databrew::model::RecipeReference
source · #[non_exhaustive]pub struct RecipeReference { /* private fields */ }
Expand description
Represents the name and version of a DataBrew recipe.
Implementations§
source§impl RecipeReference
impl RecipeReference
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecipeReference
.
Trait Implementations§
source§impl Clone for RecipeReference
impl Clone for RecipeReference
source§fn clone(&self) -> RecipeReference
fn clone(&self) -> RecipeReference
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