Class: Aws::Types::CreateMultipartUploadOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultipartUploadOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_date ⇒ ::Time
Returns the value of attribute abort_date.
-
#abort_rule_id ⇒ ::String
Returns the value of attribute abort_rule_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#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.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#abort_date ⇒ ::Time
Returns the value of attribute abort_date.
455 456 457 |
# File 'sig/types.rbs', line 455 def abort_date @abort_date end |
#abort_rule_id ⇒ ::String
Returns the value of attribute abort_rule_id.
456 457 458 |
# File 'sig/types.rbs', line 456 def abort_rule_id @abort_rule_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
457 458 459 |
# File 'sig/types.rbs', line 457 def bucket @bucket end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
465 466 467 |
# File 'sig/types.rbs', line 465 def bucket_key_enabled @bucket_key_enabled end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
467 468 469 |
# File 'sig/types.rbs', line 467 def checksum_algorithm @checksum_algorithm end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
468 469 470 |
# File 'sig/types.rbs', line 468 def checksum_type @checksum_type end |
#key ⇒ ::String
Returns the value of attribute key.
458 459 460 |
# File 'sig/types.rbs', line 458 def key @key end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
466 467 468 |
# File 'sig/types.rbs', line 466 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
460 461 462 |
# File 'sig/types.rbs', line 460 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
461 462 463 |
# File 'sig/types.rbs', line 461 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
462 463 464 |
# File 'sig/types.rbs', line 462 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
464 465 466 |
# File 'sig/types.rbs', line 464 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def ssekms_key_id @ssekms_key_id end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
459 460 461 |
# File 'sig/types.rbs', line 459 def upload_id @upload_id end |