Class: Aws::Types::PutObjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutObjectOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
-
#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.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def bucket_key_enabled @bucket_key_enabled end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def etag @etag end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def expiration @expiration end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def server_side_encryption @server_side_encryption end |
#size ⇒ ::Integer
Returns the value of attribute size.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def size @size end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def ssekms_key_id @ssekms_key_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def version_id @version_id end |