Struct aws_sdk_ecr::output::DescribeRepositoriesOutput
source · #[non_exhaustive]pub struct DescribeRepositoriesOutput { /* private fields */ }Implementations§
source§impl DescribeRepositoriesOutput
impl DescribeRepositoriesOutput
sourcepub fn repositories(&self) -> Option<&[Repository]>
pub fn repositories(&self) -> Option<&[Repository]>
A list of repository objects corresponding to valid repositories.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
source§impl DescribeRepositoriesOutput
impl DescribeRepositoriesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRepositoriesOutput.
Trait Implementations§
source§impl Clone for DescribeRepositoriesOutput
impl Clone for DescribeRepositoriesOutput
source§fn clone(&self) -> DescribeRepositoriesOutput
fn clone(&self) -> DescribeRepositoriesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeRepositoriesOutput
impl Debug for DescribeRepositoriesOutput
source§impl PartialEq<DescribeRepositoriesOutput> for DescribeRepositoriesOutput
impl PartialEq<DescribeRepositoriesOutput> for DescribeRepositoriesOutput
source§fn eq(&self, other: &DescribeRepositoriesOutput) -> bool
fn eq(&self, other: &DescribeRepositoriesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.