Struct aws_sdk_imagebuilder::types::ImageRecipeSummary
source · #[non_exhaustive]pub struct ImageRecipeSummary { /* private fields */ }
Expand description
A summary of an image recipe.
Implementations§
source§impl 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.
source§impl ImageRecipeSummary
impl ImageRecipeSummary
sourcepub fn builder() -> ImageRecipeSummaryBuilder
pub fn builder() -> ImageRecipeSummaryBuilder
Creates a new builder-style object to manufacture ImageRecipeSummary
.
Trait Implementations§
source§impl Clone for ImageRecipeSummary
impl Clone for ImageRecipeSummary
source§fn clone(&self) -> ImageRecipeSummary
fn clone(&self) -> ImageRecipeSummary
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 ImageRecipeSummary
impl Debug for ImageRecipeSummary
source§impl PartialEq<ImageRecipeSummary> for ImageRecipeSummary
impl PartialEq<ImageRecipeSummary> for ImageRecipeSummary
source§fn eq(&self, other: &ImageRecipeSummary) -> bool
fn eq(&self, other: &ImageRecipeSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more