Module: Aws::S3::Client::_CompleteMultipartUploadResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CompleteMultipartUploadOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bucket ⇒ ::String
- #bucket_key_enabled ⇒ Boolean
- #checksum_crc32 ⇒ ::String
- #checksum_crc32c ⇒ ::String
- #checksum_crc64nvme ⇒ ::String
- #checksum_md5 ⇒ ::String
- #checksum_sha1 ⇒ ::String
- #checksum_sha256 ⇒ ::String
- #checksum_sha512 ⇒ ::String
- #checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
- #checksum_xxhash128 ⇒ ::String
- #checksum_xxhash3 ⇒ ::String
- #checksum_xxhash64 ⇒ ::String
- #etag ⇒ ::String
- #expiration ⇒ ::String
- #key ⇒ ::String
- #location ⇒ ::String
- #request_charged ⇒ "requester"
- #server_side_encryption ⇒ "AES256", ...
- #ssekms_key_id ⇒ ::String
- #version_id ⇒ ::String
Instance Method Details
#bucket ⇒ ::String
114 |
# File 'sig/client.rbs', line 114 def bucket: () -> ::String |
#bucket_key_enabled ⇒ Boolean
132 |
# File 'sig/client.rbs', line 132 def bucket_key_enabled: () -> bool |
#checksum_crc32 ⇒ ::String
118 |
# File 'sig/client.rbs', line 118 def checksum_crc32: () -> ::String |
#checksum_crc32c ⇒ ::String
119 |
# File 'sig/client.rbs', line 119 def checksum_crc32c: () -> ::String |
#checksum_crc64nvme ⇒ ::String
120 |
# File 'sig/client.rbs', line 120 def checksum_crc64nvme: () -> ::String |
#checksum_md5 ⇒ ::String
124 |
# File 'sig/client.rbs', line 124 def checksum_md5: () -> ::String |
#checksum_sha1 ⇒ ::String
121 |
# File 'sig/client.rbs', line 121 def checksum_sha1: () -> ::String |
#checksum_sha256 ⇒ ::String
122 |
# File 'sig/client.rbs', line 122 def checksum_sha256: () -> ::String |
#checksum_sha512 ⇒ ::String
123 |
# File 'sig/client.rbs', line 123 def checksum_sha512: () -> ::String |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
128 |
# File 'sig/client.rbs', line 128 def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT") |
#checksum_xxhash128 ⇒ ::String
127 |
# File 'sig/client.rbs', line 127 def checksum_xxhash128: () -> ::String |
#checksum_xxhash3 ⇒ ::String
126 |
# File 'sig/client.rbs', line 126 def checksum_xxhash3: () -> ::String |
#checksum_xxhash64 ⇒ ::String
125 |
# File 'sig/client.rbs', line 125 def checksum_xxhash64: () -> ::String |
#etag ⇒ ::String
117 |
# File 'sig/client.rbs', line 117 def etag: () -> ::String |
#expiration ⇒ ::String
116 |
# File 'sig/client.rbs', line 116 def expiration: () -> ::String |
#key ⇒ ::String
115 |
# File 'sig/client.rbs', line 115 def key: () -> ::String |
#location ⇒ ::String
113 |
# File 'sig/client.rbs', line 113 def location: () -> ::String |
#request_charged ⇒ "requester"
133 |
# File 'sig/client.rbs', line 133 def request_charged: () -> ("requester") |
#server_side_encryption ⇒ "AES256", ...
129 |
# File 'sig/client.rbs', line 129 def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse") |
#ssekms_key_id ⇒ ::String
131 |
# File 'sig/client.rbs', line 131 def ssekms_key_id: () -> ::String |
#version_id ⇒ ::String
130 |
# File 'sig/client.rbs', line 130 def version_id: () -> ::String |