Class: Aws::Types::Part
- Inherits:
-
Object
- Object
- Aws::Types::Part
- 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.
-
#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.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def last_modified @last_modified end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def part_number @part_number end |
#size ⇒ ::Integer
Returns the value of attribute size.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def size @size end |