Module: Aws::S3::Client::_CreateMultipartUploadResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMultipartUploadOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #abort_date ⇒ ::Time
- #abort_rule_id ⇒ ::String
- #bucket ⇒ ::String
- #bucket_key_enabled ⇒ Boolean
- #checksum_algorithm ⇒ "CRC32", ...
- #checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
- #key ⇒ ::String
- #request_charged ⇒ "requester"
- #server_side_encryption ⇒ "AES256", ...
- #sse_customer_algorithm ⇒ ::String
- #sse_customer_key_md5 ⇒ ::String
- #ssekms_encryption_context ⇒ ::String
- #ssekms_key_id ⇒ ::String
- #upload_id ⇒ ::String
Instance Method Details
#abort_date ⇒ ::Time
333 |
# File 'sig/client.rbs', line 333
def abort_date: () -> ::Time
|
#abort_rule_id ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def abort_rule_id: () -> ::String
|
#bucket ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def bucket: () -> ::String
|
#bucket_key_enabled ⇒ Boolean
343 |
# File 'sig/client.rbs', line 343
def bucket_key_enabled: () -> bool
|
#checksum_algorithm ⇒ "CRC32", ...
345 |
# File 'sig/client.rbs', line 345
def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
346 |
# File 'sig/client.rbs', line 346
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#key ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def key: () -> ::String
|
#request_charged ⇒ "requester"
344 |
# File 'sig/client.rbs', line 344
def request_charged: () -> ("requester")
|
#server_side_encryption ⇒ "AES256", ...
338 |
# File 'sig/client.rbs', line 338
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
#sse_customer_algorithm ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def sse_customer_algorithm: () -> ::String
|
#sse_customer_key_md5 ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def sse_customer_key_md5: () -> ::String
|
#ssekms_encryption_context ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def ssekms_encryption_context: () -> ::String
|
#ssekms_key_id ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def ssekms_key_id: () -> ::String
|
#upload_id ⇒ ::String
337 |
# File 'sig/client.rbs', line 337
def upload_id: () -> ::String
|