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.
2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2417 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.
2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2417 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 component that specifies its namespace depends on its type. For example:
- Maven
^
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.
2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2417 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.
2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2417 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.
2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2417 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.
2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2417 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.
2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2417 class ListPackageVersionDependenciesResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :dependencies) SENSITIVE = [] include Aws::Structure end |