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
991 |
# File 'sig/client.rbs', line 991
def annotation_payload: () -> ::IO
|
#checksum_crc32 ⇒ ::String
996 |
# File 'sig/client.rbs', line 996
def checksum_crc32: () -> ::String
|
#checksum_crc32c ⇒ ::String
997 |
# File 'sig/client.rbs', line 997
def checksum_crc32c: () -> ::String
|
#checksum_crc64nvme ⇒ ::String
998 |
# File 'sig/client.rbs', line 998
def checksum_crc64nvme: () -> ::String
|
#checksum_md5 ⇒ ::String
1002 |
# File 'sig/client.rbs', line 1002
def checksum_md5: () -> ::String
|
#checksum_sha1 ⇒ ::String
999 |
# File 'sig/client.rbs', line 999
def checksum_sha1: () -> ::String
|
#checksum_sha256 ⇒ ::String
1000 |
# File 'sig/client.rbs', line 1000
def checksum_sha256: () -> ::String
|
#checksum_sha512 ⇒ ::String
1001 |
# File 'sig/client.rbs', line 1001
def checksum_sha512: () -> ::String
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
1006 |
# File 'sig/client.rbs', line 1006
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#checksum_xxhash128 ⇒ ::String
1005 |
# File 'sig/client.rbs', line 1005
def checksum_xxhash128: () -> ::String
|
#checksum_xxhash3 ⇒ ::String
1004 |
# File 'sig/client.rbs', line 1004
def checksum_xxhash3: () -> ::String
|
#checksum_xxhash64 ⇒ ::String
1003 |
# File 'sig/client.rbs', line 1003
def checksum_xxhash64: () -> ::String
|
#content_length ⇒ ::Integer
994 |
# File 'sig/client.rbs', line 994
def content_length: () -> ::Integer
|
#etag ⇒ ::String
995 |
# File 'sig/client.rbs', line 995
def etag: () -> ::String
|
#last_modified ⇒ ::Time
993 |
# File 'sig/client.rbs', line 993
def last_modified: () -> ::Time
|
#object_version_id ⇒ ::String
992 |
# File 'sig/client.rbs', line 992
def object_version_id: () -> ::String
|
#replication_status ⇒ "COMPLETE", ...
1009 |
# File 'sig/client.rbs', line 1009
def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
#request_charged ⇒ "requester"
1008 |
# File 'sig/client.rbs', line 1008
def request_charged: () -> ("requester")
|
#server_side_encryption ⇒ "AES256", ...
1007 |
# File 'sig/client.rbs', line 1007
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
|