You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::GetPackageVersionAssetResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#assetIO

The binary file, or asset, that is downloaded.

Returns:

  • (IO)

    The binary file, or asset, that is downloaded.

#asset_nameString

The name of the asset that is downloaded.

Returns:

  • (String)

    The name of the asset that is downloaded.

#package_versionString

A string that contains the package version (for example, 3.5.2).

Returns:

  • (String)

    A string that contains the package version (for example, 3.5.2).

#package_version_revisionString

The name of the package version revision that contains the downloaded asset.

Returns:

  • (String)

    The name of the package version revision that contains the downloaded asset.