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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#default_display_versionString

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.

Returns:

  • (String)

    The default package version to display.

#formatString

A format of the package. Valid package format values are:

  • npm

  • pypi

  • maven

    Possible values:

    • npm
    • pypi
    • maven

Returns:

  • (String)

    A format of the package.

#namespaceString

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.

Returns:

  • (String)

    The namespace of the package.

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)

    If there are additional results, this is the token for the next set of results.

#packageString

The name of the package.

Returns:

  • (String)

    The name of the package.

#versionsArray<Types::PackageVersionSummary>

The returned list of PackageVersionSummary objects.

Returns: