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.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def annotation_name @annotation_name end |
#annotation_payload ⇒ ::IO
Returns the value of attribute annotation_payload.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def annotation_payload @annotation_payload end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def checksum_algorithm @checksum_algorithm end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def checksum_xxhash64 @checksum_xxhash64 end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def content_md5 @content_md5 end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def key @key end |
#object_if_match ⇒ ::String
Returns the value of attribute object_if_match.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def object_if_match @object_if_match end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def version_id @version_id end |