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.
| 1677 1678 1679 1680 1681 1682 1683 1684 | # File 'lib/aws-sdk-codeartifact/types.rb', line 1677 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.
| 1677 1678 1679 1680 1681 1682 1683 1684 | # File 'lib/aws-sdk-codeartifact/types.rb', line 1677 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`).
| 1677 1678 1679 1680 1681 1682 1683 1684 | # File 'lib/aws-sdk-codeartifact/types.rb', line 1677 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.
| 1677 1678 1679 1680 1681 1682 1683 1684 | # File 'lib/aws-sdk-codeartifact/types.rb', line 1677 class GetPackageVersionAssetResult < Struct.new( :asset, :asset_name, :package_version, :package_version_revision) SENSITIVE = [] include Aws::Structure end |