class Aws::CodeArtifact::Types::ListPackageVersionAssetsResult
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListPackageVersionAssetsResult AWS API Documentation
@return [Array<Types::AssetSummary>]<br>: docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html<br><br><br><br>The returned list of [AssetSummary] objects.
@!attribute [rw] assets
@return [String]
of results.
If there are additional results, this is the token for the next set
@!attribute [rw] next_token
@return [String]
The current revision associated with the package version.
@!attribute [rw] version_revision
@return [String]
The version of the package associated with the requested assets.
@!attribute [rw] version
@return [String]
assets.
The name of the package that contains the requested package version
@!attribute [rw] package
@return [String]
have a namespace.
corresponding component, package versions of those formats do not
* Python, NuGet, Ruby, and Cargo package versions do not contain a
* The namespace of a generic package is its ‘namespace`.
* The namespace of an npm or Swift package version is its `scope`.
* The namespace of a Maven package version is its `groupId`.
namespace depends on its type. For example:
package version assets. The package component that specifies its
The namespace of the package version that contains the requested
@!attribute [rw] namespace
@return [String]
version assets.
The format of the package that contains the requested package
@!attribute [rw] format