Class: Aws::CodeArtifact::Types::ListPackageVersionAssetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListPackageVersionAssetsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::AssetSummary>
The returned list of [AssetSummary] 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.
[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2277 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 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 or Swift package version is its ‘scope`.
-
The namespace of a generic package is its ‘namespace`.
-
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2277 class ListPackageVersionAssetsResult < Struct.new( :format, :namespace, :package, :version, :version_revision, :next_token, :assets) SENSITIVE = [] include Aws::Structure end |