Module: Aws::S3::Client::_CopyObjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CopyObjectOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bucket_key_enabled ⇒ Boolean
- #copy_object_result ⇒ Types::CopyObjectResult
- #copy_source_version_id ⇒ ::String
- #expiration ⇒ ::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
- #version_id ⇒ ::String
Instance Method Details
#bucket_key_enabled ⇒ Boolean
191 |
# File 'sig/client.rbs', line 191
def bucket_key_enabled: () -> bool
|
#copy_object_result ⇒ Types::CopyObjectResult
182 |
# File 'sig/client.rbs', line 182
def copy_object_result: () -> Types::CopyObjectResult
|
#copy_source_version_id ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def copy_source_version_id: () -> ::String
|
#expiration ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def expiration: () -> ::String
|
#request_charged ⇒ "requester"
192 |
# File 'sig/client.rbs', line 192
def request_charged: () -> ("requester")
|
#server_side_encryption ⇒ "AES256", ...
186 |
# File 'sig/client.rbs', line 186
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
#sse_customer_algorithm ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def sse_customer_algorithm: () -> ::String
|
#sse_customer_key_md5 ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def sse_customer_key_md5: () -> ::String
|
#ssekms_encryption_context ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def ssekms_encryption_context: () -> ::String
|
#ssekms_key_id ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def ssekms_key_id: () -> ::String
|
#version_id ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def version_id: () -> ::String
|