Struct rusoto_imagebuilder::ImagePipeline[][src]

pub struct ImagePipeline {
Show fields pub arn: Option<String>, pub container_recipe_arn: Option<String>, pub date_created: Option<String>, pub date_last_run: Option<String>, pub date_next_run: Option<String>, pub date_updated: Option<String>, pub description: Option<String>, pub distribution_configuration_arn: Option<String>, pub enhanced_image_metadata_enabled: Option<bool>, pub image_recipe_arn: Option<String>, pub image_tests_configuration: Option<ImageTestsConfiguration>, pub infrastructure_configuration_arn: Option<String>, pub name: Option<String>, pub platform: Option<String>, pub schedule: Option<Schedule>, pub status: Option<String>, pub tags: Option<HashMap<String, String>>,
}
Expand description

Details of an image pipeline.

Fields

arn: Option<String>

The Amazon Resource Name (ARN) of the image pipeline.

container_recipe_arn: Option<String>

The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.

date_created: Option<String>

The date on which this image pipeline was created.

date_last_run: Option<String>

The date on which this image pipeline was last run.

date_next_run: Option<String>

The date on which this image pipeline will next be run.

date_updated: Option<String>

The date on which this image pipeline was last updated.

description: Option<String>

The description of the image pipeline.

distribution_configuration_arn: Option<String>

The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.

enhanced_image_metadata_enabled: 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.

image_recipe_arn: Option<String>

The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.

image_tests_configuration: Option<ImageTestsConfiguration>

The image tests configuration of the image pipeline.

infrastructure_configuration_arn: Option<String>

The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.

name: Option<String>

The name of the image pipeline.

platform: Option<String>

The platform of the image pipeline.

schedule: Option<Schedule>

The schedule of the image pipeline.

status: Option<String>

The status of the image pipeline.

tags: Option<HashMap<String, String>>

The tags of this image pipeline.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.