Class: Aws::Types::ObjectPart
- Inherits:
-
Object
- Object
- Aws::Types::ObjectPart
- 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.
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def checksum_xxhash64 @checksum_xxhash64 end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def part_number @part_number end |
#size ⇒ ::Integer
Returns the value of attribute size.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def size @size end |