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.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def checksum_xxhash64 @checksum_xxhash64 end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def part_number @part_number end |
#size ⇒ ::Integer
Returns the value of attribute size.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def size @size end |