Class: Aws::Types::HeadObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::HeadObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_mode ⇒ "ENABLED"
Returns the value of attribute checksum_mode.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#if_modified_since ⇒ ::Time
Returns the value of attribute if_modified_since.
-
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
-
#if_unmodified_since ⇒ ::Time
Returns the value of attribute if_unmodified_since.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#range ⇒ ::String
Returns the value of attribute range.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#response_cache_control ⇒ ::String
Returns the value of attribute response_cache_control.
-
#response_content_disposition ⇒ ::String
Returns the value of attribute response_content_disposition.
-
#response_content_encoding ⇒ ::String
Returns the value of attribute response_content_encoding.
-
#response_content_language ⇒ ::String
Returns the value of attribute response_content_language.
-
#response_content_type ⇒ ::String
Returns the value of attribute response_content_type.
-
#response_expires ⇒ ::Time
Returns the value of attribute response_expires.
-
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
-
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
-
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def bucket @bucket end |
#checksum_mode ⇒ "ENABLED"
Returns the value of attribute checksum_mode.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def checksum_mode @checksum_mode end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def expected_bucket_owner @expected_bucket_owner end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def if_match @if_match end |
#if_modified_since ⇒ ::Time
Returns the value of attribute if_modified_since.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def if_modified_since @if_modified_since end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def if_none_match @if_none_match end |
#if_unmodified_since ⇒ ::Time
Returns the value of attribute if_unmodified_since.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def if_unmodified_since @if_unmodified_since end |
#key ⇒ ::String
Returns the value of attribute key.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def key @key end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def part_number @part_number end |
#range ⇒ ::String
Returns the value of attribute range.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def range @range end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def request_payer @request_payer end |
#response_cache_control ⇒ ::String
Returns the value of attribute response_cache_control.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def response_cache_control @response_cache_control end |
#response_content_disposition ⇒ ::String
Returns the value of attribute response_content_disposition.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def response_content_disposition @response_content_disposition end |
#response_content_encoding ⇒ ::String
Returns the value of attribute response_content_encoding.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def response_content_encoding @response_content_encoding end |
#response_content_language ⇒ ::String
Returns the value of attribute response_content_language.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def response_content_language @response_content_language end |
#response_content_type ⇒ ::String
Returns the value of attribute response_content_type.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def response_content_type @response_content_type end |
#response_expires ⇒ ::Time
Returns the value of attribute response_expires.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def response_expires @response_expires end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key ⇒ ::String
Returns the value of attribute sse_customer_key.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def sse_customer_key @sse_customer_key end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def sse_customer_key_md5 @sse_customer_key_md5 end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def version_id @version_id end |