Class: Aws::Types::PutObjectAnnotationOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutObjectAnnotationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
-
#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.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
Instance Attribute Details
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def annotation_name @annotation_name end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def etag @etag end |
#key ⇒ ::String
Returns the value of attribute key.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def key @key end |
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def object_version_id @object_version_id end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def server_side_encryption @server_side_encryption end |