Struct rusoto_ecr::DescribeImagesResponse [] [src]

pub struct DescribeImagesResponse {
    pub image_details: Option<ImageDetailList>,
    pub next_token: Option<NextToken>,
}

Fields

A list of ImageDetail objects that contain data about the image.

The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

Trait Implementations

impl Default for DescribeImagesResponse
[src]

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

impl Debug for DescribeImagesResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeImagesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more