Class: Aws::Types::UploadPartRequest
- Inherits:
-
Object
- Object
- Aws::Types::UploadPartRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
-
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
-
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
-
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
-
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
-
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
-
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
-
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
-
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
-
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#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.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#body ⇒ ::IO
Returns the value of attribute body.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def body @body end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def checksum_algorithm @checksum_algorithm end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
3117 3118 3119 |
# File 'sig/types.rbs', line 3117 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def checksum_xxhash64 @checksum_xxhash64 end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def content_length @content_length end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def key @key end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def part_number @part_number end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def request_payer @request_payer end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def sse_customer_key @sse_customer_key end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def sse_customer_key_md5 @sse_customer_key_md5 end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def upload_id @upload_id end |