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.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def last_modified @last_modified end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def part_number @part_number end |
#size ⇒ ::Integer
Returns the value of attribute size.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def size @size end |