Class: Aws::CodeArtifact::Types::AssetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::AssetSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Contains details about a package version asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hashes ⇒ Hash<String,String>
The hashes of the asset.
-
#name ⇒ String
The name of the asset.
-
#size ⇒ Integer
The size of the asset.
Instance Attribute Details
#hashes ⇒ Hash<String,String>
The hashes of the asset.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 43 class AssetSummary < Struct.new( :name, :size, :hashes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the asset.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 43 class AssetSummary < Struct.new( :name, :size, :hashes) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The size of the asset.
43 44 45 46 47 48 49 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 43 class AssetSummary < Struct.new( :name, :size, :hashes) SENSITIVE = [] include Aws::Structure end |