Class: Aws::CodeArtifact::Types::GetRepositoryEndpointRequest

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

#domainString

The name of the domain that contains the repository.

Returns:

  • (String)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1822

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

#domain_ownerString

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

Returns:

  • (String)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1822

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

#formatString

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

Returns:

  • (String)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1822

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

#repositoryString

The name of the repository.

Returns:

  • (String)


1822
1823
1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1822

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