Class: Aws::CodeArtifact::Types::ListPackageVersionDependenciesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageVersionDependenciesResult
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dependencies ⇒ Array<Types::PackageDependency>
The returned list of [PackageDependency][1] objects.
-
#format ⇒ String
A format that specifies the type of the package that contains the returned dependencies.
-
#namespace ⇒ String
The namespace of the package version that contains the returned dependencies.
-
#next_token ⇒ String
The token for the next set of results.
-
#package ⇒ String
The name of the package that contains the returned package versions dependencies.
-
#version ⇒ String
The version of the package that is specified in the request.
-
#version_revision ⇒ String
The current revision associated with the package version.
Instance Attribute Details
#dependencies ⇒ Array<Types::PackageDependency>
The returned list of PackageDependency objects.
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1843 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
A format that specifies the type of the package that contains the returned dependencies.
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1843 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the package version that contains the returned dependencies. The package version component that specifies its namespace depends on its type. For example:
The namespace of a Maven package version is its
groupId
.The namespace of an npm package version is its
scope
.Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1843 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1843 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |
#package ⇒ String
The name of the package that contains the returned package versions dependencies.
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1843 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the package that is specified in the request.
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1843 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |
#version_revision ⇒ String
The current revision associated with the package version.
1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1843 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |