Struct aws_sdk_imagebuilder::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.