Struct aws_sdk_imagebuilder::model::ContainerRecipeSummary
source · [−]#[non_exhaustive]pub struct ContainerRecipeSummary { /* private fields */ }
Expand description
A summary of a container recipe
Implementations
sourceimpl ContainerRecipeSummary
impl ContainerRecipeSummary
sourcepub fn container_type(&self) -> Option<&ContainerType>
pub fn container_type(&self) -> Option<&ContainerType>
Specifies the type of container, such as "Docker".
sourcepub fn platform(&self) -> Option<&Platform>
pub fn platform(&self) -> Option<&Platform>
The system platform for the container, such as Windows or Linux.
sourcepub fn parent_image(&self) -> Option<&str>
pub fn parent_image(&self) -> Option<&str>
The base image for the container recipe.
sourcepub fn date_created(&self) -> Option<&str>
pub fn date_created(&self) -> Option<&str>
The date when this container recipe was created.
Tags that are attached to the container recipe.
sourceimpl ContainerRecipeSummary
impl ContainerRecipeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContainerRecipeSummary
.
Trait Implementations
sourceimpl Clone for ContainerRecipeSummary
impl Clone for ContainerRecipeSummary
sourcefn clone(&self) -> ContainerRecipeSummary
fn clone(&self) -> ContainerRecipeSummary
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 ContainerRecipeSummary
impl Debug for ContainerRecipeSummary
sourceimpl PartialEq<ContainerRecipeSummary> for ContainerRecipeSummary
impl PartialEq<ContainerRecipeSummary> for ContainerRecipeSummary
sourcefn eq(&self, other: &ContainerRecipeSummary) -> bool
fn eq(&self, other: &ContainerRecipeSummary) -> bool
impl StructuralPartialEq for ContainerRecipeSummary
Auto Trait Implementations
impl RefUnwindSafe for ContainerRecipeSummary
impl Send for ContainerRecipeSummary
impl Sync for ContainerRecipeSummary
impl Unpin for ContainerRecipeSummary
impl UnwindSafe for ContainerRecipeSummary
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