Struct rusoto_ecr::DescribeRepositoriesResponse [] [src]

pub struct DescribeRepositoriesResponse {
    pub next_token: Option<NextToken>,
    pub repositories: Option<RepositoryList>,
}

Fields

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories 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.

A list of repository objects corresponding to valid repositories.

Trait Implementations

impl Default for DescribeRepositoriesResponse
[src]

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

impl Debug for DescribeRepositoriesResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeRepositoriesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more