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 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.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1914 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 returned package version assets.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1914 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. 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.
A NuGet package does not contain a corresponding component, so NuGet packages do not have a namespace.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1914 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.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1914 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 returned package version assets.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1914 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 returned assets.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1914 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.
1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1914 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |