Struct aws_sdk_rekognition::input::DescribeProjectsInput
source · [−]#[non_exhaustive]pub struct DescribeProjectsInput { /* private fields */ }Implementations
sourceimpl DescribeProjectsInput
impl DescribeProjectsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProjects, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProjects, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeProjects>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProjectsInput.
sourceimpl DescribeProjectsInput
impl DescribeProjectsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
sourcepub fn project_names(&self) -> Option<&[String]>
pub fn project_names(&self) -> Option<&[String]>
A list of the projects that you want Amazon Rekognition Custom Labels to describe. If you don't specify a value, the response includes descriptions for all the projects in your AWS account.
Trait Implementations
sourceimpl Clone for DescribeProjectsInput
impl Clone for DescribeProjectsInput
sourcefn clone(&self) -> DescribeProjectsInput
fn clone(&self) -> DescribeProjectsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more