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.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def bucket_key_enabled @bucket_key_enabled end |
#copy_part_result ⇒ Types::CopyPartResult
Returns the value of attribute copy_part_result.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def copy_part_result @copy_part_result end |
#copy_source_version_id ⇒ ::String
Returns the value of attribute copy_source_version_id.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def copy_source_version_id @copy_source_version_id end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def ssekms_key_id @ssekms_key_id end |