Class: Aws::Types::CopyObjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::CopyObjectOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#copy_object_result ⇒ Types::CopyObjectResult
Returns the value of attribute copy_object_result.
-
#copy_source_version_id ⇒ ::String
Returns the value of attribute copy_source_version_id.
-
#expiration ⇒ ::String
Returns the value of attribute expiration.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
-
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
-
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
-
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
-
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
321 322 323 |
# File 'sig/types.rbs', line 321 def bucket_key_enabled @bucket_key_enabled end |
#copy_object_result ⇒ Types::CopyObjectResult
Returns the value of attribute copy_object_result.
312 313 314 |
# File 'sig/types.rbs', line 312 def copy_object_result @copy_object_result end |
#copy_source_version_id ⇒ ::String
Returns the value of attribute copy_source_version_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def copy_source_version_id @copy_source_version_id end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
313 314 315 |
# File 'sig/types.rbs', line 313 def expiration @expiration end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
322 323 324 |
# File 'sig/types.rbs', line 322 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
316 317 318 |
# File 'sig/types.rbs', line 316 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
317 318 319 |
# File 'sig/types.rbs', line 317 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
318 319 320 |
# File 'sig/types.rbs', line 318 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
320 321 322 |
# File 'sig/types.rbs', line 320 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
319 320 321 |
# File 'sig/types.rbs', line 319 def ssekms_key_id @ssekms_key_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def version_id @version_id end |