Struct aws_sdk_imagebuilder::types::ImagePipeline
source · #[non_exhaustive]pub struct ImagePipeline { /* private fields */ }
Expand description
Details of an image pipeline.
Implementations§
source§impl ImagePipeline
impl ImagePipeline
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the image pipeline.
sourcepub fn enhanced_image_metadata_enabled(&self) -> Option<bool>
pub fn enhanced_image_metadata_enabled(&self) -> Option<bool>
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
sourcepub fn image_recipe_arn(&self) -> Option<&str>
pub fn image_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
sourcepub fn container_recipe_arn(&self) -> Option<&str>
pub fn container_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
sourcepub fn infrastructure_configuration_arn(&self) -> Option<&str>
pub fn infrastructure_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
sourcepub fn distribution_configuration_arn(&self) -> Option<&str>
pub fn distribution_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
sourcepub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
pub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
The image tests configuration of the image pipeline.
sourcepub fn status(&self) -> Option<&PipelineStatus>
pub fn status(&self) -> Option<&PipelineStatus>
The status of the image pipeline.
sourcepub fn date_created(&self) -> Option<&str>
pub fn date_created(&self) -> Option<&str>
The date on which this image pipeline was created.
sourcepub fn date_updated(&self) -> Option<&str>
pub fn date_updated(&self) -> Option<&str>
The date on which this image pipeline was last updated.
sourcepub fn date_last_run(&self) -> Option<&str>
pub fn date_last_run(&self) -> Option<&str>
This is no longer supported, and does not return a value.
sourcepub fn date_next_run(&self) -> Option<&str>
pub fn date_next_run(&self) -> Option<&str>
This is no longer supported, and does not return a value.
The tags of this image pipeline.
source§impl ImagePipeline
impl ImagePipeline
sourcepub fn builder() -> ImagePipelineBuilder
pub fn builder() -> ImagePipelineBuilder
Creates a new builder-style object to manufacture ImagePipeline
.
Trait Implementations§
source§impl Clone for ImagePipeline
impl Clone for ImagePipeline
source§fn clone(&self) -> ImagePipeline
fn clone(&self) -> ImagePipeline
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ImagePipeline
impl Debug for ImagePipeline
source§impl PartialEq<ImagePipeline> for ImagePipeline
impl PartialEq<ImagePipeline> for ImagePipeline
source§fn eq(&self, other: &ImagePipeline) -> bool
fn eq(&self, other: &ImagePipeline) -> bool
self
and other
values to be equal, and is used
by ==
.