class Aws::CodeArtifact::Types::ListRepositoriesInDomainRequest

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

data as a hash:

    {
      domain: "DomainName", # required
      domain_owner: "AccountId",
      administrator_account: "AccountId",
      repository_prefix: "RepositoryName",
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] domain

The name of the domain that contains the returned list of
repositories.
@return [String]

@!attribute [rw] domain_owner

The 12-digit account number of the AWS account that owns the domain.
It does not include dashes or spaces.
@return [String]

@!attribute [rw] administrator_account

Filter the list of repositories to only include those that are
managed by the AWS account ID.
@return [String]

@!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/ListRepositoriesInDomainRequest AWS API Documentation

Constants

SENSITIVE