Class: Aws::Types::PutObjectAnnotationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutObjectAnnotationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
-
#annotation_payload ⇒ ::IO
Returns the value of attribute annotation_payload.
-
#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_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.
-
#object_if_match ⇒ ::String
Returns the value of attribute object_if_match.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def annotation_name @annotation_name end |
#annotation_payload ⇒ ::IO
Returns the value of attribute annotation_payload.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def annotation_payload @annotation_payload end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def checksum_algorithm @checksum_algorithm end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def checksum_xxhash64 @checksum_xxhash64 end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2472 2473 2474 |
# File 'sig/types.rbs', line 2472 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def key @key end |
#object_if_match ⇒ ::String
Returns the value of attribute object_if_match.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def object_if_match @object_if_match end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def version_id @version_id end |