Class: Aws::Types::CreateMultipartUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultipartUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acl ⇒ "private", ...
Returns the value of attribute acl.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
-
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
-
#content_language ⇒ ::String
Returns the value of attribute content_language.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#expires ⇒ ::Time
Returns the value of attribute expires.
-
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
-
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
-
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
-
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#object_lock_legal_hold_status ⇒ "ON", "OFF"
Returns the value of attribute object_lock_legal_hold_status.
-
#object_lock_mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute object_lock_mode.
-
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#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 ⇒ ::String
Returns the value of attribute sse_customer_key.
-
#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.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#tagging ⇒ ::String
Returns the value of attribute tagging.
-
#website_redirect_location ⇒ ::String
Returns the value of attribute website_redirect_location.
Instance Attribute Details
#acl ⇒ "private", ...
Returns the value of attribute acl.
473 474 475 |
# File 'sig/types.rbs', line 473 def acl @acl end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
474 475 476 |
# File 'sig/types.rbs', line 474 def bucket @bucket end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
495 496 497 |
# File 'sig/types.rbs', line 495 def bucket_key_enabled @bucket_key_enabled end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
475 476 477 |
# File 'sig/types.rbs', line 475 def cache_control @cache_control end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
502 503 504 |
# File 'sig/types.rbs', line 502 def checksum_algorithm @checksum_algorithm end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
503 504 505 |
# File 'sig/types.rbs', line 503 def checksum_type @checksum_type end |
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
476 477 478 |
# File 'sig/types.rbs', line 476 def content_disposition @content_disposition end |
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
477 478 479 |
# File 'sig/types.rbs', line 477 def content_encoding @content_encoding end |
#content_language ⇒ ::String
Returns the value of attribute content_language.
478 479 480 |
# File 'sig/types.rbs', line 478 def content_language @content_language end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
479 480 481 |
# File 'sig/types.rbs', line 479 def content_type @content_type end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
501 502 503 |
# File 'sig/types.rbs', line 501 def expected_bucket_owner @expected_bucket_owner end |
#expires ⇒ ::Time
Returns the value of attribute expires.
480 481 482 |
# File 'sig/types.rbs', line 480 def expires @expires end |
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
481 482 483 |
# File 'sig/types.rbs', line 481 def grant_full_control @grant_full_control end |
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
482 483 484 |
# File 'sig/types.rbs', line 482 def grant_read @grant_read end |
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
483 484 485 |
# File 'sig/types.rbs', line 483 def grant_read_acp @grant_read_acp end |
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
484 485 486 |
# File 'sig/types.rbs', line 484 def grant_write_acp @grant_write_acp end |
#key ⇒ ::String
Returns the value of attribute key.
485 486 487 |
# File 'sig/types.rbs', line 485 def key @key end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
486 487 488 |
# File 'sig/types.rbs', line 486 def @metadata end |
#object_lock_legal_hold_status ⇒ "ON", "OFF"
Returns the value of attribute object_lock_legal_hold_status.
500 501 502 |
# File 'sig/types.rbs', line 500 def object_lock_legal_hold_status @object_lock_legal_hold_status end |
#object_lock_mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute object_lock_mode.
498 499 500 |
# File 'sig/types.rbs', line 498 def object_lock_mode @object_lock_mode end |
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
499 500 501 |
# File 'sig/types.rbs', line 499 def object_lock_retain_until_date @object_lock_retain_until_date end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
496 497 498 |
# File 'sig/types.rbs', line 496 def request_payer @request_payer end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
487 488 489 |
# File 'sig/types.rbs', line 487 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
490 491 492 |
# File 'sig/types.rbs', line 490 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
491 492 493 |
# File 'sig/types.rbs', line 491 def sse_customer_key @sse_customer_key end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
492 493 494 |
# File 'sig/types.rbs', line 492 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
494 495 496 |
# File 'sig/types.rbs', line 494 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
493 494 495 |
# File 'sig/types.rbs', line 493 def ssekms_key_id @ssekms_key_id end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
488 489 490 |
# File 'sig/types.rbs', line 488 def storage_class @storage_class end |
#tagging ⇒ ::String
Returns the value of attribute tagging.
497 498 499 |
# File 'sig/types.rbs', line 497 def tagging @tagging end |
#website_redirect_location ⇒ ::String
Returns the value of attribute website_redirect_location.
489 490 491 |
# File 'sig/types.rbs', line 489 def website_redirect_location @website_redirect_location end |