Class: Aws::Types::Checksum
- Inherits:
-
Object
- Object
- Aws::Types::Checksum
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
-
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
-
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
-
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
-
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
-
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
-
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
-
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
-
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
Instance Attribute Details
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
199 200 201 |
# File 'sig/types.rbs', line 199 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
200 201 202 |
# File 'sig/types.rbs', line 200 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
201 202 203 |
# File 'sig/types.rbs', line 201 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
205 206 207 |
# File 'sig/types.rbs', line 205 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
202 203 204 |
# File 'sig/types.rbs', line 202 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
203 204 205 |
# File 'sig/types.rbs', line 203 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
204 205 206 |
# File 'sig/types.rbs', line 204 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
209 210 211 |
# File 'sig/types.rbs', line 209 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
208 209 210 |
# File 'sig/types.rbs', line 208 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
207 208 209 |
# File 'sig/types.rbs', line 207 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
206 207 208 |
# File 'sig/types.rbs', line 206 def checksum_xxhash64 @checksum_xxhash64 end |