Struct rusoto_ecr::Image [] [src]

pub struct Image {
    pub image_id: Option<ImageIdentifier>,
    pub image_manifest: Option<String>,
    pub registry_id: Option<String>,
    pub repository_name: Option<String>,
}

An object representing an Amazon ECR image.

Fields

An object containing the image tag and image digest associated with an image.

The image manifest associated with the image.

The AWS account ID associated with the registry containing the image.

The name of the repository associated with the image.

Trait Implementations

impl Default for Image
[src]

[src]

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

impl Debug for Image
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Image
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Image

impl Sync for Image