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.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def bucket_key_enabled @bucket_key_enabled end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def etag @etag end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def expiration @expiration end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def server_side_encryption @server_side_encryption end |
#size ⇒ ::Integer
Returns the value of attribute size.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def size @size end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def ssekms_key_id @ssekms_key_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def version_id @version_id end |