class Aws::CodeArtifact::Types::ListPackageVersionAssetsResult

@!attribute [rw] format

The format of the package that contains the returned package version
assets.
@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 version
assets.
@return [String]

@!attribute [rw] version

The version of the package associated with the returned assets.
@return [String]

@!attribute [rw] version_revision

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

@!attribute [rw] next_token

If there are additional results, this is the token for the next set
of results.
@return [String]

@!attribute [rw] assets

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

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

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

Constants

SENSITIVE