Class: Aws::Types::CopyPartResult
- Inherits:
-
Object
- Object
- Aws::Types::CopyPartResult
- 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_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.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
Instance Attribute Details
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
397 398 399 |
# File 'sig/types.rbs', line 397 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
398 399 400 |
# File 'sig/types.rbs', line 398 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
399 400 401 |
# File 'sig/types.rbs', line 399 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
403 404 405 |
# File 'sig/types.rbs', line 403 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
400 401 402 |
# File 'sig/types.rbs', line 400 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
401 402 403 |
# File 'sig/types.rbs', line 401 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
402 403 404 |
# File 'sig/types.rbs', line 402 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
406 407 408 |
# File 'sig/types.rbs', line 406 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
405 406 407 |
# File 'sig/types.rbs', line 405 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
404 405 406 |
# File 'sig/types.rbs', line 404 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
395 396 397 |
# File 'sig/types.rbs', line 395 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
396 397 398 |
# File 'sig/types.rbs', line 396 def last_modified @last_modified end |