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.
-
#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.
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2070 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. The valid values are:
npm
pypi
maven
nuget
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2070 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. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its
groupId
.The namespace of an npm package is its
scope
.A Python package does not contain a corresponding component, so Python packages do not have a namespace.
A NuGet package does not contain a corresponding component, so NuGet packages do not have a namespace.
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2070 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.
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2070 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.
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2070 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.
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2070 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.
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2070 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |