Struct aws_sdk_ecr::model::aws_ecr_container_image_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsEcrContainerImageDetails
Implementations
The architecture of the Amazon ECR container image.
The architecture of the Amazon ECR container image.
The image author of the Amazon ECR container image.
The image author of the Amazon ECR container image.
The image hash of the Amazon ECR container image.
The image hash of the Amazon ECR container image.
Appends an item to image_tags.
To override the contents of this collection use set_image_tags.
The image tags attached to the Amazon ECR container image.
The image tags attached to the Amazon ECR container image.
The platform of the Amazon ECR container image.
The platform of the Amazon ECR container image.
The date and time the Amazon ECR container image was pushed.
The date and time the Amazon ECR container image was pushed.
The registry the Amazon ECR container image belongs to.
The registry the Amazon ECR container image belongs to.
The name of the repository the Amazon ECR container image resides in.
The name of the repository the Amazon ECR container image resides in.
Consumes the builder and constructs a AwsEcrContainerImageDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
