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
- Struct
- Aws::CodeArtifact::Types::ListPackageVersionAssetsResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::AssetSummary>
The returned list of [
AssetSummary][1] objects. -
#format ⇒ String
The format of the package that contains the returned package version assets.
-
#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 that contains the returned package version assets.
-
#version ⇒ String
The version of the package associated with the returned assets.
-
#version_revision ⇒ String
The current revision associated with the package version.
Instance Attribute Details
#assets ⇒ Array<Types::AssetSummary>
The returned list of AssetSummary objects.
#format ⇒ String
The format of the package that contains the returned package version assets.
Possible 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 that contains the returned package version assets.
#version ⇒ String
The version of the package associated with the returned assets.
#version_revision ⇒ String
The current revision associated with the package version.