Class: Aws::CodeArtifact::Types::UpdateRepositoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An updated repository description.

Returns:

  • (String)


4363
4364
4365
4366
4367
4368
4369
4370
4371
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4363

class UpdateRepositoryRequest < Struct.new(
  :domain,
  :domain_owner,
  :repository,
  :description,
  :upstreams)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The name of the domain associated with the repository to update.

Returns:

  • (String)


4363
4364
4365
4366
4367
4368
4369
4370
4371
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4363

class UpdateRepositoryRequest < Struct.new(
  :domain,
  :domain_owner,
  :repository,
  :description,
  :upstreams)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ownerString

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Returns:

  • (String)


4363
4364
4365
4366
4367
4368
4369
4370
4371
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4363

class UpdateRepositoryRequest < Struct.new(
  :domain,
  :domain_owner,
  :repository,
  :description,
  :upstreams)
  SENSITIVE = []
  include Aws::Structure
end

#repositoryString

The name of the repository to update.

Returns:

  • (String)


4363
4364
4365
4366
4367
4368
4369
4370
4371
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4363

class UpdateRepositoryRequest < Struct.new(
  :domain,
  :domain_owner,
  :repository,
  :description,
  :upstreams)
  SENSITIVE = []
  include Aws::Structure
end

#upstreamsArray<Types::UpstreamRepository>

A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.

Returns:



4363
4364
4365
4366
4367
4368
4369
4370
4371
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4363

class UpdateRepositoryRequest < Struct.new(
  :domain,
  :domain_owner,
  :repository,
  :description,
  :upstreams)
  SENSITIVE = []
  include Aws::Structure
end