Class: Aws::Types::HeadObjectRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sse_customer_key])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def bucket
  @bucket
end

#checksum_mode"ENABLED"

Returns the value of attribute checksum_mode.

Returns:

  • ("ENABLED")


1447
1448
1449
# File 'sig/types.rbs', line 1447

def checksum_mode
  @checksum_mode
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def expected_bucket_owner
  @expected_bucket_owner
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def if_match
  @if_match
end

#if_modified_since::Time

Returns the value of attribute if_modified_since.

Returns:

  • (::Time)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def if_modified_since
  @if_modified_since
end

#if_none_match::String

Returns the value of attribute if_none_match.

Returns:

  • (::String)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def if_none_match
  @if_none_match
end

#if_unmodified_since::Time

Returns the value of attribute if_unmodified_since.

Returns:

  • (::Time)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def if_unmodified_since
  @if_unmodified_since
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def key
  @key
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def part_number
  @part_number
end

#range::String

Returns the value of attribute range.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def range
  @range
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


1444
1445
1446
# File 'sig/types.rbs', line 1444

def request_payer
  @request_payer
end

#response_cache_control::String

Returns the value of attribute response_cache_control.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def response_cache_control
  @response_cache_control
end

#response_content_disposition::String

Returns the value of attribute response_content_disposition.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def response_content_disposition
  @response_content_disposition
end

#response_content_encoding::String

Returns the value of attribute response_content_encoding.

Returns:

  • (::String)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def response_content_encoding
  @response_content_encoding
end

#response_content_language::String

Returns the value of attribute response_content_language.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def response_content_language
  @response_content_language
end

#response_content_type::String

Returns the value of attribute response_content_type.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def response_content_type
  @response_content_type
end

#response_expires::Time

Returns the value of attribute response_expires.

Returns:

  • (::Time)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def response_expires
  @response_expires
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def sse_customer_key_md5
  @sse_customer_key_md5
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def version_id
  @version_id
end