class Aws::CodeArtifact::Types::ListRepositoriesRequest

@note When making an API call, you may pass ListRepositoriesRequest

data as a hash:

    {
      repository_prefix: "RepositoryName",
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] repository_prefix

A prefix used to filter returned repositories. Only repositories
with names that start with `repositoryPrefix` are returned.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return per page.
@return [Integer]

@!attribute [rw] next_token

The token for the next set of results. Use the value returned in the
previous response in the next request to retrieve the next set of
results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListRepositoriesRequest AWS API Documentation

Constants

SENSITIVE