Class: Aws::CodeArtifact::Types::AssetSummary

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

Overview

Contains details about a package version asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hashesHash<String,String>

The hashes of the asset.

Returns:

  • (Hash<String,String>)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 43

class AssetSummary < Struct.new(
  :name,
  :size,
  :hashes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the asset.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 43

class AssetSummary < Struct.new(
  :name,
  :size,
  :hashes)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The size of the asset.

Returns:

  • (Integer)


43
44
45
46
47
48
49
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 43

class AssetSummary < Struct.new(
  :name,
  :size,
  :hashes)
  SENSITIVE = []
  include Aws::Structure
end