Class: Aws::Types::CompleteMultipartUploadRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sse_customer_key])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def bucket
  @bucket
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


268
269
270
# File 'sig/types.rbs', line 268

def mpu_object_size
  @mpu_object_size
end

#multipart_uploadTypes::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.

Returns:

  • ("requester")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def upload_id
  @upload_id
end