Class: Aws::Types::CompleteMultipartUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompleteMultipartUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#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_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#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.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#mpu_object_size ⇒ ::Integer
Returns the value of attribute mpu_object_size.
-
#multipart_upload ⇒ Types::CompletedMultipartUpload
Returns the value of attribute multipart_upload.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
-
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
-
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
253 254 255 |
# File 'sig/types.rbs', line 253 def bucket @bucket end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
257 258 259 |
# File 'sig/types.rbs', line 257 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
258 259 260 |
# File 'sig/types.rbs', line 258 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
259 260 261 |
# File 'sig/types.rbs', line 259 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
263 264 265 |
# File 'sig/types.rbs', line 263 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
260 261 262 |
# File 'sig/types.rbs', line 260 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
261 262 263 |
# File 'sig/types.rbs', line 261 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
262 263 264 |
# File 'sig/types.rbs', line 262 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
267 268 269 |
# File 'sig/types.rbs', line 267 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
266 267 268 |
# File 'sig/types.rbs', line 266 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
265 266 267 |
# File 'sig/types.rbs', line 265 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
264 265 266 |
# File 'sig/types.rbs', line 264 def checksum_xxhash64 @checksum_xxhash64 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
270 271 272 |
# File 'sig/types.rbs', line 270 def expected_bucket_owner @expected_bucket_owner end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
271 272 273 |
# File 'sig/types.rbs', line 271 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
272 273 274 |
# File 'sig/types.rbs', line 272 def if_none_match @if_none_match end |
#key ⇒ ::String
Returns the value of attribute key.
254 255 256 |
# File 'sig/types.rbs', line 254 def key @key end |
#mpu_object_size ⇒ ::Integer
Returns the value of attribute mpu_object_size.
268 269 270 |
# File 'sig/types.rbs', line 268 def mpu_object_size @mpu_object_size end |
#multipart_upload ⇒ Types::CompletedMultipartUpload
Returns the value of attribute multipart_upload.
255 256 257 |
# File 'sig/types.rbs', line 255 def multipart_upload @multipart_upload end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
269 270 271 |
# File 'sig/types.rbs', line 269 def request_payer @request_payer end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
273 274 275 |
# File 'sig/types.rbs', line 273 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
274 275 276 |
# File 'sig/types.rbs', line 274 def sse_customer_key @sse_customer_key end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
275 276 277 |
# File 'sig/types.rbs', line 275 def sse_customer_key_md5 @sse_customer_key_md5 end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def upload_id @upload_id end |