Struct aws_sdk_ecrpublic::input::DescribeRegistriesInput
source · #[non_exhaustive]pub struct DescribeRegistriesInput { /* private fields */ }Implementations§
source§impl DescribeRegistriesInput
impl DescribeRegistriesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRegistries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRegistries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRegistries>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRegistriesInput.
source§impl DescribeRegistriesInput
impl DescribeRegistriesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value that's returned from a previous paginated DescribeRegistries request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of repository results that's returned by DescribeRegistries in paginated output. When this parameter is used, DescribeRegistries only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRegistries request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeRegistries returns up to 100 results and a nextToken value, if applicable.
Trait Implementations§
source§impl Clone for DescribeRegistriesInput
impl Clone for DescribeRegistriesInput
source§fn clone(&self) -> DescribeRegistriesInput
fn clone(&self) -> DescribeRegistriesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeRegistriesInput
impl Debug for DescribeRegistriesInput
source§impl PartialEq<DescribeRegistriesInput> for DescribeRegistriesInput
impl PartialEq<DescribeRegistriesInput> for DescribeRegistriesInput
source§fn eq(&self, other: &DescribeRegistriesInput) -> bool
fn eq(&self, other: &DescribeRegistriesInput) -> bool
self and other values to be equal, and is used
by ==.