Struct rusoto_ecr::PutImageRequest [] [src]

pub struct PutImageRequest {
    pub image_manifest: String,
    pub image_tag: Option<String>,
    pub registry_id: Option<String>,
    pub repository_name: String,
}

Fields

The image manifest corresponding to the image to be uploaded.

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or OCI formats.

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

The name of the repository in which to put the image.

Trait Implementations

impl Default for PutImageRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for PutImageRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for PutImageRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more