class Aws::CodeArtifact::Types::ListPackageVersionsResult
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListPackageVersionsResult AWS API Documentation
@return [String]
of results.
If there are additional results, this is the token for the next set
@!attribute [rw] next_token
@return [Array<Types::PackageVersionSummary>]<br>: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionSummary.html<br><br><br><br>The returned list of [PackageVersionSummary] objects.
@!attribute [rw] versions
@return [String]
The name of the package.
@!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`.
on its type. For example:
versions. The package component that specifies its namespace depends
The namespace of the package that contains the requested package
@!attribute [rw] namespace
@return [String]
A format of the package.
@!attribute [rw] format
@return [String]
published package version.
tag. If the `latest` tag is not set, it’s the most recently
* For npm packages, it’s the version referenced by the ‘latest`
package version.
* For Maven and PyPI packages, it’s the most recently published
format:
The default package version to display. This depends on the package
@!attribute [rw] default_display_version