Module: Aws::S3::Client::_GetObjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetObjectOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #accept_ranges ⇒ ::String
- #body ⇒ ::IO
- #bucket_key_enabled ⇒ Boolean
- #cache_control ⇒ ::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
- #content_disposition ⇒ ::String
- #content_encoding ⇒ ::String
- #content_language ⇒ ::String
- #content_length ⇒ ::Integer
- #content_range ⇒ ::String
- #content_type ⇒ ::String
- #delete_marker ⇒ Boolean
- #etag ⇒ ::String
- #expiration ⇒ ::String
- #expires ⇒ ::Time
- #expires_string ⇒ ::String
- #last_modified ⇒ ::Time
- #metadata ⇒ ::Hash[::String, ::String]
- #missing_meta ⇒ ::Integer
- #object_lock_legal_hold_status ⇒ "ON", "OFF"
- #object_lock_mode ⇒ "GOVERNANCE", "COMPLIANCE"
- #object_lock_retain_until_date ⇒ ::Time
- #parts_count ⇒ ::Integer
- #replication_status ⇒ "COMPLETE", ...
- #request_charged ⇒ "requester"
- #restore ⇒ ::String
- #server_side_encryption ⇒ "AES256", ...
- #sse_customer_algorithm ⇒ ::String
- #sse_customer_key_md5 ⇒ ::String
- #ssekms_key_id ⇒ ::String
- #storage_class ⇒ "STANDARD", ...
- #tag_count ⇒ ::Integer
- #version_id ⇒ ::String
- #website_redirect_location ⇒ ::String
Instance Method Details
#accept_ranges ⇒ ::String
895 |
# File 'sig/client.rbs', line 895
def accept_ranges: () -> ::String
|
#body ⇒ ::IO
893 |
# File 'sig/client.rbs', line 893
def body: () -> ::IO
|
#bucket_key_enabled ⇒ Boolean
928 |
# File 'sig/client.rbs', line 928
def bucket_key_enabled: () -> bool
|
#cache_control ⇒ ::String
914 |
# File 'sig/client.rbs', line 914
def cache_control: () -> ::String
|
#checksum_crc32 ⇒ ::String
901 |
# File 'sig/client.rbs', line 901
def checksum_crc32: () -> ::String
|
#checksum_crc32c ⇒ ::String
902 |
# File 'sig/client.rbs', line 902
def checksum_crc32c: () -> ::String
|
#checksum_crc64nvme ⇒ ::String
903 |
# File 'sig/client.rbs', line 903
def checksum_crc64nvme: () -> ::String
|
#checksum_md5 ⇒ ::String
907 |
# File 'sig/client.rbs', line 907
def checksum_md5: () -> ::String
|
#checksum_sha1 ⇒ ::String
904 |
# File 'sig/client.rbs', line 904
def checksum_sha1: () -> ::String
|
#checksum_sha256 ⇒ ::String
905 |
# File 'sig/client.rbs', line 905
def checksum_sha256: () -> ::String
|
#checksum_sha512 ⇒ ::String
906 |
# File 'sig/client.rbs', line 906
def checksum_sha512: () -> ::String
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
911 |
# File 'sig/client.rbs', line 911
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#checksum_xxhash128 ⇒ ::String
910 |
# File 'sig/client.rbs', line 910
def checksum_xxhash128: () -> ::String
|
#checksum_xxhash3 ⇒ ::String
909 |
# File 'sig/client.rbs', line 909
def checksum_xxhash3: () -> ::String
|
#checksum_xxhash64 ⇒ ::String
908 |
# File 'sig/client.rbs', line 908
def checksum_xxhash64: () -> ::String
|
#content_disposition ⇒ ::String
915 |
# File 'sig/client.rbs', line 915
def content_disposition: () -> ::String
|
#content_encoding ⇒ ::String
916 |
# File 'sig/client.rbs', line 916
def content_encoding: () -> ::String
|
#content_language ⇒ ::String
917 |
# File 'sig/client.rbs', line 917
def content_language: () -> ::String
|
#content_length ⇒ ::Integer
899 |
# File 'sig/client.rbs', line 899
def content_length: () -> ::Integer
|
#content_range ⇒ ::String
918 |
# File 'sig/client.rbs', line 918
def content_range: () -> ::String
|
#content_type ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def content_type: () -> ::String
|
#delete_marker ⇒ Boolean
894 |
# File 'sig/client.rbs', line 894
def delete_marker: () -> bool
|
#etag ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def etag: () -> ::String
|
#expiration ⇒ ::String
896 |
# File 'sig/client.rbs', line 896
def expiration: () -> ::String
|
#expires ⇒ ::Time
920 |
# File 'sig/client.rbs', line 920
def expires: () -> ::Time
|
#expires_string ⇒ ::String
921 |
# File 'sig/client.rbs', line 921
def expires_string: () -> ::String
|
#last_modified ⇒ ::Time
898 |
# File 'sig/client.rbs', line 898
def last_modified: () -> ::Time
|
#metadata ⇒ ::Hash[::String, ::String]
924 |
# File 'sig/client.rbs', line 924
def metadata: () -> ::Hash[::String, ::String]
|
#missing_meta ⇒ ::Integer
912 |
# File 'sig/client.rbs', line 912
def missing_meta: () -> ::Integer
|
#object_lock_legal_hold_status ⇒ "ON", "OFF"
936 |
# File 'sig/client.rbs', line 936
def object_lock_legal_hold_status: () -> ("ON" | "OFF")
|
#object_lock_mode ⇒ "GOVERNANCE", "COMPLIANCE"
934 |
# File 'sig/client.rbs', line 934
def object_lock_mode: () -> ("GOVERNANCE" | "COMPLIANCE")
|
#object_lock_retain_until_date ⇒ ::Time
935 |
# File 'sig/client.rbs', line 935
def object_lock_retain_until_date: () -> ::Time
|
#parts_count ⇒ ::Integer
932 |
# File 'sig/client.rbs', line 932
def parts_count: () -> ::Integer
|
#replication_status ⇒ "COMPLETE", ...
931 |
# File 'sig/client.rbs', line 931
def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
#request_charged ⇒ "requester"
930 |
# File 'sig/client.rbs', line 930
def request_charged: () -> ("requester")
|
#restore ⇒ ::String
897 |
# File 'sig/client.rbs', line 897
def restore: () -> ::String
|
#server_side_encryption ⇒ "AES256", ...
923 |
# File 'sig/client.rbs', line 923
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
#sse_customer_algorithm ⇒ ::String
925 |
# File 'sig/client.rbs', line 925
def sse_customer_algorithm: () -> ::String
|
#sse_customer_key_md5 ⇒ ::String
926 |
# File 'sig/client.rbs', line 926
def sse_customer_key_md5: () -> ::String
|
#ssekms_key_id ⇒ ::String
927 |
# File 'sig/client.rbs', line 927
def ssekms_key_id: () -> ::String
|
#storage_class ⇒ "STANDARD", ...
929 |
# File 'sig/client.rbs', line 929
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
#tag_count ⇒ ::Integer
933 |
# File 'sig/client.rbs', line 933
def tag_count: () -> ::Integer
|
#version_id ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def version_id: () -> ::String
|
#website_redirect_location ⇒ ::String
922 |
# File 'sig/client.rbs', line 922
def website_redirect_location: () -> ::String
|