Struct aws_sdk_imagebuilder::model::ImageRecipeSummary [−][src]
#[non_exhaustive]pub struct ImageRecipeSummary {
pub arn: Option<String>,
pub name: Option<String>,
pub platform: Option<Platform>,
pub owner: Option<String>,
pub parent_image: Option<String>,
pub date_created: Option<String>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
A summary of an image recipe.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN) of the image recipe.
name: Option<String>
The name of the image recipe.
platform: Option<Platform>
The platform of the image recipe.
owner: Option<String>
The owner of the image recipe.
parent_image: Option<String>
The base image of the image recipe.
date_created: Option<String>
The date on which this image recipe was created.
The tags of the image recipe.
Implementations
The base image of the image recipe.
The date on which this image recipe was created.
The tags of the image recipe.
Creates a new builder-style object to manufacture ImageRecipeSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more