Class: Aws::Types::GetObjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_ranges ⇒ ::String
Returns the value of attribute accept_ranges.
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#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.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def accept_ranges @accept_ranges end |
#body ⇒ ::IO
Returns the value of attribute body.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def body @body end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def bucket_key_enabled @bucket_key_enabled end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def cache_control @cache_control end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def checksum_xxhash64 @checksum_xxhash64 end |
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def content_disposition @content_disposition end |
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def content_encoding @content_encoding end |
#content_language ⇒ ::String
Returns the value of attribute content_language.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def content_language @content_language end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def content_length @content_length end |
#content_range ⇒ ::String
Returns the value of attribute content_range.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def content_range @content_range end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def content_type @content_type end |
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def delete_marker @delete_marker end |
#etag ⇒ ::String
Returns the value of attribute etag.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def etag @etag end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def expiration @expiration end |
#expires ⇒ ::Time
Returns the value of attribute expires.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def expires @expires end |
#expires_string ⇒ ::String
Returns the value of attribute expires_string.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def expires_string @expires_string end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def last_modified @last_modified end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def @metadata end |
#missing_meta ⇒ ::Integer
Returns the value of attribute missing_meta.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def @missing_meta end |
#object_lock_event_hold ⇒ "ON", "OFF"
Returns the value of attribute object_lock_event_hold.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 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.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 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.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 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.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 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.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def object_lock_mode @object_lock_mode end |
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def object_lock_retain_until_date @object_lock_retain_until_date end |
#parts_count ⇒ ::Integer
Returns the value of attribute parts_count.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def parts_count @parts_count end |
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def replication_status @replication_status end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def request_charged @request_charged end |
#restore ⇒ ::String
Returns the value of attribute restore.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def restore @restore end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def ssekms_key_id @ssekms_key_id end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def storage_class @storage_class end |
#tag_count ⇒ ::Integer
Returns the value of attribute tag_count.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def tag_count @tag_count end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def version_id @version_id end |
#website_redirect_location ⇒ ::String
Returns the value of attribute website_redirect_location.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def website_redirect_location @website_redirect_location end |