Class: Aws::Types::UploadPartCopyOutput
- Inherits:
-
Object
- Object
- Aws::Types::UploadPartCopyOutput
- 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_part_result ⇒ Types::CopyPartResult
Returns the value of attribute copy_part_result.
-
#copy_source_version_id ⇒ ::String
Returns the value of attribute copy_source_version_id.
-
#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_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
Instance Attribute Details
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def bucket_key_enabled @bucket_key_enabled end |
#copy_part_result ⇒ Types::CopyPartResult
Returns the value of attribute copy_part_result.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def copy_part_result @copy_part_result end |
#copy_source_version_id ⇒ ::String
Returns the value of attribute copy_source_version_id.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def copy_source_version_id @copy_source_version_id end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def ssekms_key_id @ssekms_key_id end |