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

Class: Aws::CodeArtifact::Types::ListPackageVersionDependenciesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#dependenciesArray<Types::PackageDependency>

The returned list of PackageDependency objects.

Returns:

#formatString

A format that specifies the type of the package that contains the returned dependencies. The valid values are:

  • npm

  • pypi

  • maven

    Possible values:

    • npm
    • pypi
    • maven

Returns:

  • (String)

    A format that specifies the type of the package that contains the returned dependencies.

#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

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)

    The token for the next set of results.

#packageString

The name of the package that contains the returned package versions dependencies.

Returns:

  • (String)

    The name of the package that contains the returned package versions dependencies.

#versionString

The version of the package that is specified in the request.

Returns:

  • (String)

    The version of the package that is specified in the request.

#version_revisionString

The current revision associated with the package version.

Returns:

  • (String)

    The current revision associated with the package version.