Class: Aws::CodeArtifact::Types::GetPackageVersionAssetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::GetPackageVersionAssetResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset ⇒ IO
The binary file, or asset, that is downloaded.
-
#asset_name ⇒ String
The name of the asset that is downloaded.
-
#package_version ⇒ String
A string that contains the package version (for example, `3.5.2`).
-
#package_version_revision ⇒ String
The name of the package version revision that contains the downloaded asset.
Instance Attribute Details
#asset ⇒ IO
The binary file, or asset, that is downloaded.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1360 class GetPackageVersionAssetResult < Struct.new( :asset, :asset_name, :package_version, :package_version_revision) SENSITIVE = [] include Aws::Structure end |
#asset_name ⇒ String
The name of the asset that is downloaded.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1360 class GetPackageVersionAssetResult < Struct.new( :asset, :asset_name, :package_version, :package_version_revision) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
A string that contains the package version (for example, `3.5.2`).
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1360 class GetPackageVersionAssetResult < Struct.new( :asset, :asset_name, :package_version, :package_version_revision) SENSITIVE = [] include Aws::Structure end |
#package_version_revision ⇒ String
The name of the package version revision that contains the downloaded asset.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1360 class GetPackageVersionAssetResult < Struct.new( :asset, :asset_name, :package_version, :package_version_revision) SENSITIVE = [] include Aws::Structure end |