Class: Aws::CodeArtifact::Types::ListPackageVersionAssetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageVersionAssetsResult
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 requested package version assets.
-
#namespace ⇒ String
The namespace of the package version that contains the requested package version assets.
-
#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 requested package version assets.
-
#version ⇒ String
The version of the package associated with the requested 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.
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1719 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the package that contains the requested package version assets.
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1719 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the package version that contains the requested package version assets. The package version component that specifies its namespace depends on its type. For example:
The namespace of a Maven package version is its
groupId
.The namespace of an npm package version is its
scope
.Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1719 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1719 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |
#package ⇒ String
The name of the package that contains the requested package version assets.
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1719 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the package associated with the requested assets.
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1719 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |
#version_revision ⇒ String
The current revision associated with the package version.
1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1719 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |