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_event_hold ⇒ "ON", "OFF"
Returns the value of attribute object_lock_event_hold.
-
#object_lock_event_hold_duration_days ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_days.
-
#object_lock_event_hold_duration_years ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_years.
-
#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.
476 477 478 |
# File 'sig/types.rbs', line 476 def acl @acl end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
477 478 479 |
# File 'sig/types.rbs', line 477 def bucket @bucket end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
498 499 500 |
# File 'sig/types.rbs', line 498 def bucket_key_enabled @bucket_key_enabled end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
478 479 480 |
# File 'sig/types.rbs', line 478 def cache_control @cache_control end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
508 509 510 |
# File 'sig/types.rbs', line 508 def checksum_algorithm @checksum_algorithm end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
509 510 511 |
# File 'sig/types.rbs', line 509 def checksum_type @checksum_type end |
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
479 480 481 |
# File 'sig/types.rbs', line 479 def content_disposition @content_disposition end |
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
480 481 482 |
# File 'sig/types.rbs', line 480 def content_encoding @content_encoding end |
#content_language ⇒ ::String
Returns the value of attribute content_language.
481 482 483 |
# File 'sig/types.rbs', line 481 def content_language @content_language end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
482 483 484 |
# File 'sig/types.rbs', line 482 def content_type @content_type end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
507 508 509 |
# File 'sig/types.rbs', line 507 def expected_bucket_owner @expected_bucket_owner end |
#expires ⇒ ::Time
Returns the value of attribute expires.
483 484 485 |
# File 'sig/types.rbs', line 483 def expires @expires end |
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
484 485 486 |
# File 'sig/types.rbs', line 484 def grant_full_control @grant_full_control end |
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
485 486 487 |
# File 'sig/types.rbs', line 485 def grant_read @grant_read end |
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
486 487 488 |
# File 'sig/types.rbs', line 486 def grant_read_acp @grant_read_acp end |
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
487 488 489 |
# File 'sig/types.rbs', line 487 def grant_write_acp @grant_write_acp end |
#key ⇒ ::String
Returns the value of attribute key.
488 489 490 |
# File 'sig/types.rbs', line 488 def key @key end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
489 490 491 |
# File 'sig/types.rbs', line 489 def end |
#object_lock_event_hold ⇒ "ON", "OFF"
Returns the value of attribute object_lock_event_hold.
504 505 506 |
# File 'sig/types.rbs', line 504 def object_lock_event_hold @object_lock_event_hold end |
#object_lock_event_hold_duration_days ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_days.
505 506 507 |
# File 'sig/types.rbs', line 505 def object_lock_event_hold_duration_days @object_lock_event_hold_duration_days end |
#object_lock_event_hold_duration_years ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_years.
506 507 508 |
# File 'sig/types.rbs', line 506 def object_lock_event_hold_duration_years @object_lock_event_hold_duration_years end |
#object_lock_legal_hold_status ⇒ "ON", "OFF"
Returns the value of attribute object_lock_legal_hold_status.
503 504 505 |
# File 'sig/types.rbs', line 503 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.
501 502 503 |
# File 'sig/types.rbs', line 501 def object_lock_mode @object_lock_mode end |
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
502 503 504 |
# File 'sig/types.rbs', line 502 def object_lock_retain_until_date @object_lock_retain_until_date end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
499 500 501 |
# File 'sig/types.rbs', line 499 def request_payer @request_payer end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
490 491 492 |
# File 'sig/types.rbs', line 490 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
493 494 495 |
# File 'sig/types.rbs', line 493 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
494 495 496 |
# File 'sig/types.rbs', line 494 def sse_customer_key @sse_customer_key end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
495 496 497 |
# File 'sig/types.rbs', line 495 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
497 498 499 |
# File 'sig/types.rbs', line 497 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def ssekms_key_id @ssekms_key_id end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
491 492 493 |
# File 'sig/types.rbs', line 491 def storage_class @storage_class end |
#tagging ⇒ ::String
Returns the value of attribute tagging.
500 501 502 |
# File 'sig/types.rbs', line 500 def tagging @tagging end |
#website_redirect_location ⇒ ::String
Returns the value of attribute website_redirect_location.
492 493 494 |
# File 'sig/types.rbs', line 492 def website_redirect_location @website_redirect_location end |