class AmazonS3::GetObjectOutput
- AmazonS3::GetObjectOutput
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #accept_ranges : String | Nil
- #accept_ranges=(accept_ranges : String | Nil)
- #body : IO | String | Bytes | Nil
- #body=(body : IO | String | Bytes | Nil)
- #bucket_key_enabled : Bool | Nil
- #bucket_key_enabled=(bucket_key_enabled : Bool | Nil)
- #cache_control : String | Nil
- #cache_control=(cache_control : String | Nil)
- #content_disposition : String | Nil
- #content_disposition=(content_disposition : String | Nil)
- #content_encoding : String | Nil
- #content_encoding=(content_encoding : String | Nil)
- #content_language : String | Nil
- #content_language=(content_language : String | Nil)
- #content_length : Int64 | Nil
- #content_length=(content_length : Int64 | Nil)
- #content_range : String | Nil
- #content_range=(content_range : String | Nil)
- #content_type : String | Nil
- #content_type=(content_type : String | Nil)
- #delete_marker : Bool | Nil
- #delete_marker=(delete_marker : Bool | Nil)
- #e_tag : String | Nil
- #e_tag=(e_tag : String | Nil)
- #expiration : String | Nil
- #expiration=(expiration : String | Nil)
- #expires : Time | Nil
- #expires=(expires : Time | Nil)
- #last_modified : Time | Nil
- #last_modified=(last_modified : Time | Nil)
- #metadata : Hash(String, String) | Nil
- #metadata=(metadata : Hash(String, String) | Nil)
- #missing_meta : Int32 | Nil
- #missing_meta=(missing_meta : Int32 | Nil)
- #object_lock_legal_hold_status : String | Nil
- #object_lock_legal_hold_status=(object_lock_legal_hold_status : String | Nil)
- #object_lock_mode : String | Nil
- #object_lock_mode=(object_lock_mode : String | Nil)
- #object_lock_retain_until_date : Time | Nil
- #object_lock_retain_until_date=(object_lock_retain_until_date : Time | Nil)
- #parts_count : Int32 | Nil
- #parts_count=(parts_count : Int32 | Nil)
- #replication_status : String | Nil
- #replication_status=(replication_status : String | Nil)
- #request_charged : String | Nil
- #request_charged=(request_charged : String | Nil)
- #restore : String | Nil
- #restore=(restore : String | Nil)
- #server_side_encryption : String | Nil
- #server_side_encryption=(server_side_encryption : String | Nil)
- #sse_customer_algorithm : String | Nil
- #sse_customer_algorithm=(sse_customer_algorithm : String | Nil)
- #sse_customer_key_md5 : String | Nil
- #sse_customer_key_md5=(sse_customer_key_md5 : String | Nil)
- #ssekms_key_id : String | Nil
- #ssekms_key_id=(ssekms_key_id : String | Nil)
- #storage_class : String | Nil
- #storage_class=(storage_class : String | Nil)
- #tag_count : Int32 | Nil
- #tag_count=(tag_count : Int32 | Nil)
- #version_id : String | Nil
- #version_id=(version_id : String | Nil)
- #website_redirect_location : String | Nil
- #website_redirect_location=(website_redirect_location : String | Nil)
Instance methods inherited from module AWSSdk::RestXML::Structure
process(request : HTTP::Request)
process,
serialize(xml : XML::Builder)
serialize
Constructor Detail
def self.new(body : IO | String | Bytes = nil, object_lock_retain_until_date : Time = nil, object_lock_mode : String = nil, tag_count : Int32 = nil, parts_count : Int32 = nil, replication_status : String = nil, request_charged : String = nil, storage_class : String = nil, bucket_key_enabled : Bool = nil, ssekms_key_id : String = nil, sse_customer_key_md5 : String = nil, sse_customer_algorithm : String = nil, metadata : Hash(String, String) = nil, server_side_encryption : String = nil, website_redirect_location : String = nil, expires : Time = nil, content_type : String = nil, content_range : String = nil, content_language : String = nil, content_encoding : String = nil, content_disposition : String = nil, cache_control : String = nil, version_id : String = nil, missing_meta : Int32 = nil, e_tag : String = nil, content_length : Int64 = nil, last_modified : Time = nil, restore : String = nil, expiration : String = nil, accept_ranges : String = nil, delete_marker : Bool = nil, object_lock_legal_hold_status : String = nil)
#