class Aws::CodeArtifact::Types::PackageVersionSummary

Details about a package version, including its status, version, and revision. The [ListPackageVersions] operation returns a list of `PackageVersionSummary` objects.

[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersions.html

@!attribute [rw] version

Information about a package version.
@return [String]

@!attribute [rw] revision

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

@!attribute [rw] status

A string that contains the status of the package version. It can be
one of the following:

* `Published`

* `Unfinished`

* `Unlisted`

* `Archived`

* `Disposed`
@return [String]

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

Constants

SENSITIVE