Class: Aws::Types::CompleteMultipartUploadOutput
- Inherits:
-
Object
- Object
- Aws::Types::CompleteMultipartUploadOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#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_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#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.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#expiration ⇒ ::String
Returns the value of attribute expiration.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
-
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
229 230 231 |
# File 'sig/types.rbs', line 229 def bucket @bucket end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
247 248 249 |
# File 'sig/types.rbs', line 247 def bucket_key_enabled @bucket_key_enabled end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
233 234 235 |
# File 'sig/types.rbs', line 233 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
234 235 236 |
# File 'sig/types.rbs', line 234 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
235 236 237 |
# File 'sig/types.rbs', line 235 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
239 240 241 |
# File 'sig/types.rbs', line 239 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
236 237 238 |
# File 'sig/types.rbs', line 236 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
237 238 239 |
# File 'sig/types.rbs', line 237 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
238 239 240 |
# File 'sig/types.rbs', line 238 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
243 244 245 |
# File 'sig/types.rbs', line 243 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
242 243 244 |
# File 'sig/types.rbs', line 242 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
241 242 243 |
# File 'sig/types.rbs', line 241 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
240 241 242 |
# File 'sig/types.rbs', line 240 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
232 233 234 |
# File 'sig/types.rbs', line 232 def etag @etag end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
231 232 233 |
# File 'sig/types.rbs', line 231 def expiration @expiration end |
#key ⇒ ::String
Returns the value of attribute key.
230 231 232 |
# File 'sig/types.rbs', line 230 def key @key end |
#location ⇒ ::String
Returns the value of attribute location.
228 229 230 |
# File 'sig/types.rbs', line 228 def location @location end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
248 249 250 |
# File 'sig/types.rbs', line 248 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
244 245 246 |
# File 'sig/types.rbs', line 244 def server_side_encryption @server_side_encryption end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
246 247 248 |
# File 'sig/types.rbs', line 246 def ssekms_key_id @ssekms_key_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def version_id @version_id end |