Module: Aws::S3::Client::_HeadObjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::HeadObjectOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #accept_ranges ⇒ ::String
- #archive_status ⇒ "ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS"
- #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_event_hold ⇒ "ON", "OFF"
- #object_lock_event_hold_duration_days ⇒ ::Integer
- #object_lock_event_hold_duration_years ⇒ ::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
1148 |
# File 'sig/client.rbs', line 1148 def accept_ranges: () -> ::String |
#archive_status ⇒ "ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS"
1151 |
# File 'sig/client.rbs', line 1151 def archive_status: () -> ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS") |
#bucket_key_enabled ⇒ Boolean
1182 |
# File 'sig/client.rbs', line 1182 def bucket_key_enabled: () -> bool |
#cache_control ⇒ ::String
1168 |
# File 'sig/client.rbs', line 1168 def cache_control: () -> ::String |
#checksum_crc32 ⇒ ::String
1154 |
# File 'sig/client.rbs', line 1154 def checksum_crc32: () -> ::String |
#checksum_crc32c ⇒ ::String
1155 |
# File 'sig/client.rbs', line 1155 def checksum_crc32c: () -> ::String |
#checksum_crc64nvme ⇒ ::String
1156 |
# File 'sig/client.rbs', line 1156 def checksum_crc64nvme: () -> ::String |
#checksum_md5 ⇒ ::String
1160 |
# File 'sig/client.rbs', line 1160 def checksum_md5: () -> ::String |
#checksum_sha1 ⇒ ::String
1157 |
# File 'sig/client.rbs', line 1157 def checksum_sha1: () -> ::String |
#checksum_sha256 ⇒ ::String
1158 |
# File 'sig/client.rbs', line 1158 def checksum_sha256: () -> ::String |
#checksum_sha512 ⇒ ::String
1159 |
# File 'sig/client.rbs', line 1159 def checksum_sha512: () -> ::String |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
1164 |
# File 'sig/client.rbs', line 1164 def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT") |
#checksum_xxhash128 ⇒ ::String
1163 |
# File 'sig/client.rbs', line 1163 def checksum_xxhash128: () -> ::String |
#checksum_xxhash3 ⇒ ::String
1162 |
# File 'sig/client.rbs', line 1162 def checksum_xxhash3: () -> ::String |
#checksum_xxhash64 ⇒ ::String
1161 |
# File 'sig/client.rbs', line 1161 def checksum_xxhash64: () -> ::String |
#content_disposition ⇒ ::String
1169 |
# File 'sig/client.rbs', line 1169 def content_disposition: () -> ::String |
#content_encoding ⇒ ::String
1170 |
# File 'sig/client.rbs', line 1170 def content_encoding: () -> ::String |
#content_language ⇒ ::String
1171 |
# File 'sig/client.rbs', line 1171 def content_language: () -> ::String |
#content_length ⇒ ::Integer
1153 |
# File 'sig/client.rbs', line 1153 def content_length: () -> ::Integer |
#content_range ⇒ ::String
1173 |
# File 'sig/client.rbs', line 1173 def content_range: () -> ::String |
#content_type ⇒ ::String
1172 |
# File 'sig/client.rbs', line 1172 def content_type: () -> ::String |
#delete_marker ⇒ Boolean
1147 |
# File 'sig/client.rbs', line 1147 def delete_marker: () -> bool |
#etag ⇒ ::String
1165 |
# File 'sig/client.rbs', line 1165 def etag: () -> ::String |
#expiration ⇒ ::String
1149 |
# File 'sig/client.rbs', line 1149 def expiration: () -> ::String |
#expires ⇒ ::Time
1174 |
# File 'sig/client.rbs', line 1174 def expires: () -> ::Time |
#expires_string ⇒ ::String
1175 |
# File 'sig/client.rbs', line 1175 def expires_string: () -> ::String |
#last_modified ⇒ ::Time
1152 |
# File 'sig/client.rbs', line 1152 def last_modified: () -> ::Time |
#metadata ⇒ ::Hash[::String, ::String]
1178 |
# File 'sig/client.rbs', line 1178 def metadata: () -> ::Hash[::String, ::String] |
#missing_meta ⇒ ::Integer
1166 |
# File 'sig/client.rbs', line 1166 def missing_meta: () -> ::Integer |
#object_lock_event_hold ⇒ "ON", "OFF"
1191 |
# File 'sig/client.rbs', line 1191 def object_lock_event_hold: () -> ("ON" | "OFF") |
#object_lock_event_hold_duration_days ⇒ ::Integer
1192 |
# File 'sig/client.rbs', line 1192 def object_lock_event_hold_duration_days: () -> ::Integer |
#object_lock_event_hold_duration_years ⇒ ::Integer
1193 |
# File 'sig/client.rbs', line 1193 def object_lock_event_hold_duration_years: () -> ::Integer |
#object_lock_legal_hold_status ⇒ "ON", "OFF"
1190 |
# File 'sig/client.rbs', line 1190 def object_lock_legal_hold_status: () -> ("ON" | "OFF") |
#object_lock_mode ⇒ "GOVERNANCE", "COMPLIANCE"
1188 |
# File 'sig/client.rbs', line 1188 def object_lock_mode: () -> ("GOVERNANCE" | "COMPLIANCE") |
#object_lock_retain_until_date ⇒ ::Time
1189 |
# File 'sig/client.rbs', line 1189 def object_lock_retain_until_date: () -> ::Time |
#parts_count ⇒ ::Integer
1186 |
# File 'sig/client.rbs', line 1186 def parts_count: () -> ::Integer |
#replication_status ⇒ "COMPLETE", ...
1185 |
# File 'sig/client.rbs', line 1185 def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED") |
#request_charged ⇒ "requester"
1184 |
# File 'sig/client.rbs', line 1184 def request_charged: () -> ("requester") |
#restore ⇒ ::String
1150 |
# File 'sig/client.rbs', line 1150 def restore: () -> ::String |
#server_side_encryption ⇒ "AES256", ...
1177 |
# File 'sig/client.rbs', line 1177 def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse") |
#sse_customer_algorithm ⇒ ::String
1179 |
# File 'sig/client.rbs', line 1179 def sse_customer_algorithm: () -> ::String |
#sse_customer_key_md5 ⇒ ::String
1180 |
# File 'sig/client.rbs', line 1180 def sse_customer_key_md5: () -> ::String |
#ssekms_key_id ⇒ ::String
1181 |
# File 'sig/client.rbs', line 1181 def ssekms_key_id: () -> ::String |
#storage_class ⇒ "STANDARD", ...
1183 |
# File 'sig/client.rbs', line 1183 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" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM") |
#tag_count ⇒ ::Integer
1187 |
# File 'sig/client.rbs', line 1187 def tag_count: () -> ::Integer |
#version_id ⇒ ::String
1167 |
# File 'sig/client.rbs', line 1167 def version_id: () -> ::String |
#website_redirect_location ⇒ ::String
1176 |
# File 'sig/client.rbs', line 1176 def website_redirect_location: () -> ::String |