You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::UpstreamRepository

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpstreamRepository as input to an Aws::Client method, you can use a vanilla Hash:

{
  repository_name: "RepositoryName", # required
}

Information about an upstream repository. A list of UpstreamRepository objects is an input parameter to CreateRepository and UpdateRepository .

Instance Attribute Summary collapse

Instance Attribute Details

#repository_nameString

The name of an upstream repository.

Returns:

  • (String)

    The name of an upstream repository.