Module: Aws::S3::Client::_GetObjectAnnotationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetObjectAnnotationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #annotation_payload ⇒ ::IO
- #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
- #content_length ⇒ ::Integer
- #etag ⇒ ::String
- #last_modified ⇒ ::Time
- #object_version_id ⇒ ::String
- #replication_status ⇒ "COMPLETE", ...
- #request_charged ⇒ "requester"
- #server_side_encryption ⇒ "AES256", ...
Instance Method Details
#annotation_payload ⇒ ::IO
982 |
# File 'sig/client.rbs', line 982
def annotation_payload: () -> ::IO
|
#checksum_crc32 ⇒ ::String
987 |
# File 'sig/client.rbs', line 987
def checksum_crc32: () -> ::String
|
#checksum_crc32c ⇒ ::String
988 |
# File 'sig/client.rbs', line 988
def checksum_crc32c: () -> ::String
|
#checksum_crc64nvme ⇒ ::String
989 |
# File 'sig/client.rbs', line 989
def checksum_crc64nvme: () -> ::String
|
#checksum_md5 ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def checksum_md5: () -> ::String
|
#checksum_sha1 ⇒ ::String
990 |
# File 'sig/client.rbs', line 990
def checksum_sha1: () -> ::String
|
#checksum_sha256 ⇒ ::String
991 |
# File 'sig/client.rbs', line 991
def checksum_sha256: () -> ::String
|
#checksum_sha512 ⇒ ::String
992 |
# File 'sig/client.rbs', line 992
def checksum_sha512: () -> ::String
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
997 |
# File 'sig/client.rbs', line 997
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#checksum_xxhash128 ⇒ ::String
996 |
# File 'sig/client.rbs', line 996
def checksum_xxhash128: () -> ::String
|
#checksum_xxhash3 ⇒ ::String
995 |
# File 'sig/client.rbs', line 995
def checksum_xxhash3: () -> ::String
|
#checksum_xxhash64 ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def checksum_xxhash64: () -> ::String
|
#content_length ⇒ ::Integer
985 |
# File 'sig/client.rbs', line 985
def content_length: () -> ::Integer
|
#etag ⇒ ::String
986 |
# File 'sig/client.rbs', line 986
def etag: () -> ::String
|
#last_modified ⇒ ::Time
984 |
# File 'sig/client.rbs', line 984
def last_modified: () -> ::Time
|
#object_version_id ⇒ ::String
983 |
# File 'sig/client.rbs', line 983
def object_version_id: () -> ::String
|
#replication_status ⇒ "COMPLETE", ...
1000 |
# File 'sig/client.rbs', line 1000
def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
#request_charged ⇒ "requester"
999 |
# File 'sig/client.rbs', line 999
def request_charged: () -> ("requester")
|
#server_side_encryption ⇒ "AES256", ...
998 |
# File 'sig/client.rbs', line 998
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|