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
2190 |
# File 'sig/client.rbs', line 2190
def annotation_name: () -> ::String
|
#checksum_crc32 ⇒ ::String
2193 |
# File 'sig/client.rbs', line 2193
def checksum_crc32: () -> ::String
|
#checksum_crc32c ⇒ ::String
2194 |
# File 'sig/client.rbs', line 2194
def checksum_crc32c: () -> ::String
|
#checksum_crc64nvme ⇒ ::String
2195 |
# File 'sig/client.rbs', line 2195
def checksum_crc64nvme: () -> ::String
|
#checksum_md5 ⇒ ::String
2199 |
# File 'sig/client.rbs', line 2199
def checksum_md5: () -> ::String
|
#checksum_sha1 ⇒ ::String
2196 |
# File 'sig/client.rbs', line 2196
def checksum_sha1: () -> ::String
|
#checksum_sha256 ⇒ ::String
2197 |
# File 'sig/client.rbs', line 2197
def checksum_sha256: () -> ::String
|
#checksum_sha512 ⇒ ::String
2198 |
# File 'sig/client.rbs', line 2198
def checksum_sha512: () -> ::String
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
2203 |
# File 'sig/client.rbs', line 2203
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#checksum_xxhash128 ⇒ ::String
2202 |
# File 'sig/client.rbs', line 2202
def checksum_xxhash128: () -> ::String
|
#checksum_xxhash3 ⇒ ::String
2201 |
# File 'sig/client.rbs', line 2201
def checksum_xxhash3: () -> ::String
|
#checksum_xxhash64 ⇒ ::String
2200 |
# File 'sig/client.rbs', line 2200
def checksum_xxhash64: () -> ::String
|
#etag ⇒ ::String
2192 |
# File 'sig/client.rbs', line 2192
def etag: () -> ::String
|
#key ⇒ ::String
2189 |
# File 'sig/client.rbs', line 2189
def key: () -> ::String
|
#object_version_id ⇒ ::String
2191 |
# File 'sig/client.rbs', line 2191
def object_version_id: () -> ::String
|
#request_charged ⇒ "requester"
2205 |
# File 'sig/client.rbs', line 2205
def request_charged: () -> ("requester")
|
#server_side_encryption ⇒ "AES256", ...
2204 |
# File 'sig/client.rbs', line 2204
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|