Class: Aws::Types::WriteGetObjectResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::WriteGetObjectResponseRequest
- 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_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.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#expiration ⇒ ::String
Returns the value of attribute expiration.
-
#expires ⇒ ::Time
Returns the value of attribute expires.
-
#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_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.
-
#request_route ⇒ ::String
Returns the value of attribute request_route.
-
#request_token ⇒ ::String
Returns the value of attribute request_token.
-
#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.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
-
#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.
Instance Attribute Details
#accept_ranges ⇒ ::String
Returns the value of attribute accept_ranges.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def accept_ranges @accept_ranges end |
#body ⇒ ::IO
Returns the value of attribute body.
3147 3148 3149 |
# File 'sig/types.rbs', line 3147 def body @body end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def bucket_key_enabled @bucket_key_enabled end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def cache_control @cache_control end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def checksum_sha512 @checksum_sha512 end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def checksum_xxhash64 @checksum_xxhash64 end |
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def content_disposition @content_disposition end |
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 def content_encoding @content_encoding end |
#content_language ⇒ ::String
Returns the value of attribute content_language.
3155 3156 3157 |
# File 'sig/types.rbs', line 3155 def content_language @content_language end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
3156 3157 3158 |
# File 'sig/types.rbs', line 3156 def content_length @content_length end |
#content_range ⇒ ::String
Returns the value of attribute content_range.
3157 3158 3159 |
# File 'sig/types.rbs', line 3157 def content_range @content_range end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
3158 3159 3160 |
# File 'sig/types.rbs', line 3158 def content_type @content_type end |
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def delete_marker @delete_marker end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def @error_message end |
#etag ⇒ ::String
Returns the value of attribute etag.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def etag @etag end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
3172 3173 3174 |
# File 'sig/types.rbs', line 3172 def expiration @expiration end |
#expires ⇒ ::Time
Returns the value of attribute expires.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def expires @expires end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def last_modified @last_modified end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def @metadata end |
#missing_meta ⇒ ::Integer
Returns the value of attribute missing_meta.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def @missing_meta end |
#object_lock_legal_hold_status ⇒ "ON", "OFF"
Returns the value of attribute object_lock_legal_hold_status.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 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.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def object_lock_mode @object_lock_mode end |
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def object_lock_retain_until_date @object_lock_retain_until_date end |
#parts_count ⇒ ::Integer
Returns the value of attribute parts_count.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def parts_count @parts_count end |
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def replication_status @replication_status end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def request_charged @request_charged end |
#request_route ⇒ ::String
Returns the value of attribute request_route.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def request_route @request_route end |
#request_token ⇒ ::String
Returns the value of attribute request_token.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def request_token @request_token end |
#restore ⇒ ::String
Returns the value of attribute restore.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def restore @restore end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def server_side_encryption @server_side_encryption end |
#sse_customer_algorithm ⇒ ::String
Returns the value of attribute sse_customer_algorithm.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def sse_customer_algorithm @sse_customer_algorithm end |
#sse_customer_key_md5 ⇒ ::String
Returns the value of attribute sse_customer_key_md5.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def sse_customer_key_md5 @sse_customer_key_md5 end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
3185 3186 3187 |
# File 'sig/types.rbs', line 3185 def ssekms_key_id @ssekms_key_id end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def status_code @status_code end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def storage_class @storage_class end |
#tag_count ⇒ ::Integer
Returns the value of attribute tag_count.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def tag_count @tag_count end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def version_id @version_id end |