Struct rusoto_ecr::ImageIdentifier [] [src]

pub struct ImageIdentifier {
    pub image_digest: Option<String>,
    pub image_tag: Option<String>,
}

An object with identifying information for an Amazon ECR image.

Fields

The sha256 digest of the image manifest.

The tag used for the image.

Trait Implementations

impl Default for ImageIdentifier
[src]

[src]

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

impl Debug for ImageIdentifier
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImageIdentifier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations