Class: Aws::Types::GetObjectOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ssekms_key_id])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_ranges::String

Returns the value of attribute accept_ranges.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def accept_ranges
  @accept_ranges
end

#body::IO

Returns the value of attribute body.

Returns:

  • (::IO)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def body
  @body
end

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:

  • (Boolean)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def bucket_key_enabled
  @bucket_key_enabled
end

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def cache_control
  @cache_control
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


1216
1217
1218
# File 'sig/types.rbs', line 1216

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def checksum_xxhash64
  @checksum_xxhash64
end

#content_disposition::String

Returns the value of attribute content_disposition.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def content_disposition
  @content_disposition
end

#content_encoding::String

Returns the value of attribute content_encoding.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def content_encoding
  @content_encoding
end

#content_language::String

Returns the value of attribute content_language.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def content_language
  @content_language
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:

  • (::Integer)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def content_length
  @content_length
end

#content_range::String

Returns the value of attribute content_range.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def content_range
  @content_range
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def content_type
  @content_type
end

#delete_markerBoolean

Returns the value of attribute delete_marker.

Returns:

  • (Boolean)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def delete_marker
  @delete_marker
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def etag
  @etag
end

#expiration::String

Returns the value of attribute expiration.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def expiration
  @expiration
end

#expires::Time

Returns the value of attribute expires.

Returns:

  • (::Time)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def expires
  @expires
end

#expires_string::String

Returns the value of attribute expires_string.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def expires_string
  @expires_string
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def last_modified
  @last_modified
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


1229
1230
1231
# File 'sig/types.rbs', line 1229

def 
  @metadata
end

#missing_meta::Integer

Returns the value of attribute missing_meta.

Returns:

  • (::Integer)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def missing_meta
  @missing_meta
end

Returns the value of attribute object_lock_legal_hold_status.

Returns:

  • ("ON", "OFF")


1241
1242
1243
# File 'sig/types.rbs', line 1241

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.

Returns:

  • ("GOVERNANCE", "COMPLIANCE")


1239
1240
1241
# File 'sig/types.rbs', line 1239

def object_lock_mode
  @object_lock_mode
end

#object_lock_retain_until_date::Time

Returns the value of attribute object_lock_retain_until_date.

Returns:

  • (::Time)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def object_lock_retain_until_date
  @object_lock_retain_until_date
end

#parts_count::Integer

Returns the value of attribute parts_count.

Returns:

  • (::Integer)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def parts_count
  @parts_count
end

#replication_status"COMPLETE", ...

Returns the value of attribute replication_status.

Returns:

  • ("COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED")


1236
1237
1238
# File 'sig/types.rbs', line 1236

def replication_status
  @replication_status
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1235
1236
1237
# File 'sig/types.rbs', line 1235

def request_charged
  @request_charged
end

#restore::String

Returns the value of attribute restore.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def restore
  @restore
end

#server_side_encryption"AES256", ...

Returns the value of attribute server_side_encryption.

Returns:

  • ("AES256", "aws:fsx", "aws:kms", "aws:kms:dsse")


1228
1229
1230
# File 'sig/types.rbs', line 1228

def server_side_encryption
  @server_side_encryption
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def sse_customer_key_md5
  @sse_customer_key_md5
end

#ssekms_key_id::String

Returns the value of attribute ssekms_key_id.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def ssekms_key_id
  @ssekms_key_id
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP")


1234
1235
1236
# File 'sig/types.rbs', line 1234

def storage_class
  @storage_class
end

#tag_count::Integer

Returns the value of attribute tag_count.

Returns:

  • (::Integer)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def tag_count
  @tag_count
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def version_id
  @version_id
end

#website_redirect_location::String

Returns the value of attribute website_redirect_location.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def website_redirect_location
  @website_redirect_location
end