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.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def body @body end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def checksum_algorithm @checksum_algorithm end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def checksum_xxhash64 @checksum_xxhash64 end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def content_length @content_length end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def key @key end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def part_number @part_number end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def request_payer @request_payer end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
3147 3148 3149 |
# File 'sig/types.rbs', line 3147 def sse_customer_key @sse_customer_key end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def sse_customer_key_md5 @sse_customer_key_md5 end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def upload_id @upload_id end |