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.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def annotation_name @annotation_name end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def checksum_xxhash64 @checksum_xxhash64 end |
#etag ⇒ ::String
Returns the value of attribute etag.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def etag @etag end |
#key ⇒ ::String
Returns the value of attribute key.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def key @key end |
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def object_version_id @object_version_id end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def server_side_encryption @server_side_encryption end |