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 moresource§impl Debug for RecipeReference
impl Debug for RecipeReference
source§impl PartialEq<RecipeReference> for RecipeReference
impl PartialEq<RecipeReference> for RecipeReference
source§fn eq(&self, other: &RecipeReference) -> bool
fn eq(&self, other: &RecipeReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.