You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::ListPackageVersionAssetsResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#assetsArray<Types::AssetSummary>

The returned list of AssetSummary objects.

Returns:

#formatString

The format of the package that contains the returned package version assets.

Possible values:

  • npm
  • pypi
  • maven

Returns:

  • (String)

    The format of the package that contains the returned package version assets.

#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 that contains the returned package version assets.

Returns:

  • (String)

    The name of the package that contains the returned package version assets.

#versionString

The version of the package associated with the returned assets.

Returns:

  • (String)

    The version of the package associated with the returned assets.

#version_revisionString

The current revision associated with the package version.

Returns:

  • (String)

    The current revision associated with the package version.