Class: Aws::Types::HeadObjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::HeadObjectOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_ranges ⇒ ::String
Returns the value of attribute accept_ranges.
-
#archive_status ⇒ "ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS"
Returns the value of attribute archive_status.
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
-
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
-
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
-
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
-
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
-
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
-
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
-
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
-
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
-
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
-
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
-
#content_language ⇒ ::String
Returns the value of attribute content_language.
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#content_range ⇒ ::String
Returns the value of attribute content_range.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#expiration ⇒ ::String
Returns the value of attribute expiration.
-
#expires ⇒ ::Time
Returns the value of attribute expires.
-
#expires_string ⇒ ::String
Returns the value of attribute expires_string.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#missing_meta ⇒ ::Integer
Returns the value of attribute missing_meta.
-
#object_lock_event_hold ⇒ "ON", "OFF"
Returns the value of attribute object_lock_event_hold.
-
#object_lock_event_hold_duration_days ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_days.
-
#object_lock_event_hold_duration_years ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_years.
-
#object_lock_legal_hold_status ⇒ "ON", "OFF"
Returns the value of attribute object_lock_legal_hold_status.
-
#object_lock_mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute object_lock_mode.
-
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
-
#parts_count ⇒ ::Integer
Returns the value of attribute parts_count.
-
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#restore ⇒ ::String
Returns the value of attribute restore.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
-
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
-
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
-
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#tag_count ⇒ ::Integer
Returns the value of attribute tag_count.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#website_redirect_location ⇒ ::String
Returns the value of attribute website_redirect_location.
Instance Attribute Details
#accept_ranges ⇒ ::String
Returns the value of attribute accept_ranges.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def accept_ranges @accept_ranges end |
#archive_status ⇒ "ARCHIVE_ACCESS", "DEEP_ARCHIVE_ACCESS"
Returns the value of attribute archive_status.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def archive_status @archive_status end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def bucket_key_enabled @bucket_key_enabled end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def cache_control @cache_control end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def checksum_xxhash64 @checksum_xxhash64 end |
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def content_disposition @content_disposition end |
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def content_encoding @content_encoding end |
#content_language ⇒ ::String
Returns the value of attribute content_language.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def content_language @content_language end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def content_length @content_length end |
#content_range ⇒ ::String
Returns the value of attribute content_range.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def content_range @content_range end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def content_type @content_type end |
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def delete_marker @delete_marker end |
#etag ⇒ ::String
Returns the value of attribute etag.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def etag @etag end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def expiration @expiration end |
#expires ⇒ ::Time
Returns the value of attribute expires.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def expires @expires end |
#expires_string ⇒ ::String
Returns the value of attribute expires_string.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def expires_string @expires_string end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def last_modified @last_modified end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def end |
#missing_meta ⇒ ::Integer
Returns the value of attribute missing_meta.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def end |
#object_lock_event_hold ⇒ "ON", "OFF"
Returns the value of attribute object_lock_event_hold.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def object_lock_event_hold @object_lock_event_hold end |
#object_lock_event_hold_duration_days ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_days.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def object_lock_event_hold_duration_days @object_lock_event_hold_duration_days end |
#object_lock_event_hold_duration_years ⇒ ::Integer
Returns the value of attribute object_lock_event_hold_duration_years.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def object_lock_event_hold_duration_years @object_lock_event_hold_duration_years end |
#object_lock_legal_hold_status ⇒ "ON", "OFF"
Returns the value of attribute object_lock_legal_hold_status.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def object_lock_legal_hold_status @object_lock_legal_hold_status end |
#object_lock_mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute object_lock_mode.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def object_lock_mode @object_lock_mode end |
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def object_lock_retain_until_date @object_lock_retain_until_date end |
#parts_count ⇒ ::Integer
Returns the value of attribute parts_count.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def parts_count @parts_count end |
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def replication_status @replication_status end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def request_charged @request_charged end |
#restore ⇒ ::String
Returns the value of attribute restore.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def restore @restore end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def ssekms_key_id @ssekms_key_id end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def storage_class @storage_class end |
#tag_count ⇒ ::Integer
Returns the value of attribute tag_count.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def tag_count @tag_count end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def version_id @version_id end |
#website_redirect_location ⇒ ::String
Returns the value of attribute website_redirect_location.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def website_redirect_location @website_redirect_location end |