Class: Aws::Types::Checksum
- Inherits:
-
Object
- Object
- Aws::Types::Checksum
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_algorithm ⇒ "SHA256"
Returns the value of attribute encryption_algorithm.
-
#hash ⇒ ::String
Returns the value of attribute hash.
Instance Attribute Details
#encryption_algorithm ⇒ "SHA256"
Returns the value of attribute encryption_algorithm.
90 91 92 |
# File 'sig/types.rbs', line 90 def encryption_algorithm @encryption_algorithm end |
#hash ⇒ ::String
Returns the value of attribute hash.
91 92 93 |
# File 'sig/types.rbs', line 91 def hash @hash end |