class Aws::CodeArtifact::Types::ListPackageVersionDependenciesResult

@!attribute [rw] format

A format that specifies the type of the package that contains the
returned dependencies. The valid values are:

* `npm`

* `pypi`

* `maven`
@return [String]

@!attribute [rw] namespace

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.
@return [String]

@!attribute [rw] package

The name of the package that contains the returned package versions
dependencies.
@return [String]

@!attribute [rw] version

The version of the package that is specified in the request.
@return [String]

@!attribute [rw] version_revision

The current revision associated with the package version.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] dependencies

The returned list of [PackageDependency][1] objects.

[1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html
@return [Array<Types::PackageDependency>]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListPackageVersionDependenciesResult AWS API Documentation

Constants

SENSITIVE