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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assetIO

The binary file, or asset, that is downloaded.

Returns:

  • (IO)


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_nameString

The name of the asset that is downloaded.

Returns:

  • (String)


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_versionString

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

Returns:

  • (String)


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_revisionString

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

Returns:

  • (String)


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