Class: Aws::Types::AssetSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hashes ⇒ ::Hash[("MD5" | "SHA-1" | "SHA-256" | "SHA-512"), ::String]
Returns the value of attribute hashes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#hashes ⇒ ::Hash[("MD5" | "SHA-1" | "SHA-256" | "SHA-512"), ::String]
Returns the value of attribute hashes.
19 20 21 |
# File 'sig/types.rbs', line 19 def hashes @hashes end |
#name ⇒ ::String
Returns the value of attribute name.
17 18 19 |
# File 'sig/types.rbs', line 17 def name @name end |
#size ⇒ ::Integer
Returns the value of attribute size.
18 19 20 |
# File 'sig/types.rbs', line 18 def size @size end |