Module: Aws::S3::Client::_PutObjectAnnotationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutObjectAnnotationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #annotation_name ⇒ ::String
- #checksum_crc32 ⇒ ::String
- #checksum_crc32c ⇒ ::String
- #checksum_crc64nvme ⇒ ::String
- #checksum_md5 ⇒ ::String
- #checksum_sha1 ⇒ ::String
- #checksum_sha256 ⇒ ::String
- #checksum_sha512 ⇒ ::String
- #checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
- #checksum_xxhash128 ⇒ ::String
- #checksum_xxhash3 ⇒ ::String
- #checksum_xxhash64 ⇒ ::String
- #etag ⇒ ::String
- #key ⇒ ::String
- #object_version_id ⇒ ::String
- #request_charged ⇒ "requester"
- #server_side_encryption ⇒ "AES256", ...
Instance Method Details
#annotation_name ⇒ ::String
2205 |
# File 'sig/client.rbs', line 2205 def annotation_name: () -> ::String |
#checksum_crc32 ⇒ ::String
2208 |
# File 'sig/client.rbs', line 2208 def checksum_crc32: () -> ::String |
#checksum_crc32c ⇒ ::String
2209 |
# File 'sig/client.rbs', line 2209 def checksum_crc32c: () -> ::String |
#checksum_crc64nvme ⇒ ::String
2210 |
# File 'sig/client.rbs', line 2210 def checksum_crc64nvme: () -> ::String |
#checksum_md5 ⇒ ::String
2214 |
# File 'sig/client.rbs', line 2214 def checksum_md5: () -> ::String |
#checksum_sha1 ⇒ ::String
2211 |
# File 'sig/client.rbs', line 2211 def checksum_sha1: () -> ::String |
#checksum_sha256 ⇒ ::String
2212 |
# File 'sig/client.rbs', line 2212 def checksum_sha256: () -> ::String |
#checksum_sha512 ⇒ ::String
2213 |
# File 'sig/client.rbs', line 2213 def checksum_sha512: () -> ::String |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
2218 |
# File 'sig/client.rbs', line 2218 def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT") |
#checksum_xxhash128 ⇒ ::String
2217 |
# File 'sig/client.rbs', line 2217 def checksum_xxhash128: () -> ::String |
#checksum_xxhash3 ⇒ ::String
2216 |
# File 'sig/client.rbs', line 2216 def checksum_xxhash3: () -> ::String |
#checksum_xxhash64 ⇒ ::String
2215 |
# File 'sig/client.rbs', line 2215 def checksum_xxhash64: () -> ::String |
#etag ⇒ ::String
2207 |
# File 'sig/client.rbs', line 2207 def etag: () -> ::String |
#key ⇒ ::String
2204 |
# File 'sig/client.rbs', line 2204 def key: () -> ::String |
#object_version_id ⇒ ::String
2206 |
# File 'sig/client.rbs', line 2206 def object_version_id: () -> ::String |
#request_charged ⇒ "requester"
2220 |
# File 'sig/client.rbs', line 2220 def request_charged: () -> ("requester") |
#server_side_encryption ⇒ "AES256", ...
2219 |
# File 'sig/client.rbs', line 2219 def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse") |