Struct rusoto_ecr::BatchGetImageResponse [] [src]

pub struct BatchGetImageResponse {
    pub failures: Option<Vec<ImageFailure>>,
    pub images: Option<Vec<Image>>,
}

Fields

Any failures associated with the call.

A list of image objects corresponding to the image references in the request.

Trait Implementations

impl Default for BatchGetImageResponse
[src]

[src]

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

impl Debug for BatchGetImageResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchGetImageResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more