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)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-codeartifact/types.rb', line 1259

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)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-codeartifact/types.rb', line 1259

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)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-codeartifact/types.rb', line 1259

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)


1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-codeartifact/types.rb', line 1259

class GetPackageVersionAssetResult < Struct.new(
  :asset,
  :asset_name,
  :package_version,
  :package_version_revision)
  SENSITIVE = []
  include Aws::Structure
end