Class: Aws::Types::GetObjectRequest

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)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def bucket
  @bucket
end

#checksum_mode"ENABLED"

Returns the value of attribute checksum_mode.

Returns:

  • ("ENABLED")


1266
1267
1268
# File 'sig/types.rbs', line 1266

def checksum_mode
  @checksum_mode
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def expected_bucket_owner
  @expected_bucket_owner
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def if_match
  @if_match
end

#if_modified_since::Time

Returns the value of attribute if_modified_since.

Returns:

  • (::Time)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def if_modified_since
  @if_modified_since
end

#if_none_match::String

Returns the value of attribute if_none_match.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def if_none_match
  @if_none_match
end

#if_unmodified_since::Time

Returns the value of attribute if_unmodified_since.

Returns:

  • (::Time)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def if_unmodified_since
  @if_unmodified_since
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def key
  @key
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def part_number
  @part_number
end

#range::String

Returns the value of attribute range.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def range
  @range
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


1263
1264
1265
# File 'sig/types.rbs', line 1263

def request_payer
  @request_payer
end

#response_cache_control::String

Returns the value of attribute response_cache_control.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def response_cache_control
  @response_cache_control
end

#response_content_disposition::String

Returns the value of attribute response_content_disposition.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def response_content_disposition
  @response_content_disposition
end

#response_content_encoding::String

Returns the value of attribute response_content_encoding.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def response_content_encoding
  @response_content_encoding
end

#response_content_language::String

Returns the value of attribute response_content_language.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def response_content_language
  @response_content_language
end

#response_content_type::String

Returns the value of attribute response_content_type.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def response_content_type
  @response_content_type
end

#response_expires::Time

Returns the value of attribute response_expires.

Returns:

  • (::Time)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def response_expires
  @response_expires
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def sse_customer_key_md5
  @sse_customer_key_md5
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def version_id
  @version_id
end