class Aws::CodeArtifact::Types::GetRepositoryEndpointRequest

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

data as a hash:

    {
      domain: "DomainName", # required
      domain_owner: "AccountId",
      repository: "RepositoryName", # required
      format: "npm", # required, accepts npm, pypi, maven, nuget
    }

@!attribute [rw] domain

The name of the domain that contains the repository.
@return [String]

@!attribute [rw] domain_owner

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

@!attribute [rw] repository

The name of the repository.
@return [String]

@!attribute [rw] format

Returns which endpoint of a repository to return. A repository has
one endpoint for each package format:

* `npm`

* `pypi`

* `maven`
@return [String]

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

Constants

SENSITIVE