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