Struct aws_sdk_imagebuilder::model::ImageRecipeSummary
source · [−]#[non_exhaustive]pub struct ImageRecipeSummary { /* private fields */ }
Expand description
A summary of an image recipe.
Implementations
sourceimpl ImageRecipeSummary
impl ImageRecipeSummary
sourcepub fn parent_image(&self) -> Option<&str>
pub fn parent_image(&self) -> Option<&str>
The base image of the image recipe.
sourcepub fn date_created(&self) -> Option<&str>
pub fn date_created(&self) -> Option<&str>
The date on which this image recipe was created.
The tags of the image recipe.
sourceimpl ImageRecipeSummary
impl ImageRecipeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImageRecipeSummary
.
Trait Implementations
sourceimpl Clone for ImageRecipeSummary
impl Clone for ImageRecipeSummary
sourcefn clone(&self) -> ImageRecipeSummary
fn clone(&self) -> ImageRecipeSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ImageRecipeSummary
impl Debug for ImageRecipeSummary
sourceimpl PartialEq<ImageRecipeSummary> for ImageRecipeSummary
impl PartialEq<ImageRecipeSummary> for ImageRecipeSummary
sourcefn eq(&self, other: &ImageRecipeSummary) -> bool
fn eq(&self, other: &ImageRecipeSummary) -> bool
impl StructuralPartialEq for ImageRecipeSummary
Auto Trait Implementations
impl RefUnwindSafe for ImageRecipeSummary
impl Send for ImageRecipeSummary
impl Sync for ImageRecipeSummary
impl Unpin for ImageRecipeSummary
impl UnwindSafe for ImageRecipeSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more