You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeArtifact::Types::ListPackageVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageVersionsResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#default_display_version ⇒ String
The default package version to display.
-
#format ⇒ String
A format of the package.
-
#namespace ⇒ String
The namespace of the package.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#package ⇒ String
The name of the package.
-
#versions ⇒ Array<Types::PackageVersionSummary>
The returned list of [
PackageVersionSummary][1] objects.
Instance Attribute Details
#default_display_version ⇒ String
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
latesttag. If thelatesttag is not set, it\'s the most recently published package version.
#format ⇒ String
A format of the package. Valid package format values are:
npmpypimavenPossible values:
- npm
- pypi
- maven
#namespace ⇒ String
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.
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
#package ⇒ String
The name of the package.
#versions ⇒ Array<Types::PackageVersionSummary>
The returned list of PackageVersionSummary objects.