NAME
Paws::CodeArtifact::ListPackageVersionAssetsResult
ATTRIBUTES
Assets => ArrayRef[Paws::CodeArtifact::AssetSummary]
The returned list of AssetSummary (https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html) objects.
Format => Str
The format of the package that contains the returned package version assets.
Valid values are: "npm"
, "pypi"
, "maven"
, "nuget"
=head2 Namespace => Str
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.
NextToken => Str
If there are additional results, this is the token for the next set of results.
Package => Str
The name of the package that contains the returned package version assets.
Version => Str
The version of the package associated with the returned assets.
VersionRevision => Str
The current revision associated with the package version.