class AmazonS3::HeadObjectOutput

Included Modules

Defined in:

clients/s3.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestXML::Structure

process(request : HTTP::Request) process, serialize(xml : XML::Builder) serialize

Constructor Detail

def self.new(delete_marker : Bool = nil, object_lock_retain_until_date : Time = nil, object_lock_mode : String = 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_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, archive_status : String = nil, restore : String = nil, expiration : String = nil, accept_ranges : String = nil, object_lock_legal_hold_status : String = nil) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def accept_ranges : String | Nil #

[View source]
def accept_ranges=(accept_ranges : String | Nil) #

[View source]
def archive_status : String | Nil #

[View source]
def archive_status=(archive_status : String | Nil) #

[View source]
def bucket_key_enabled : Bool | Nil #

[View source]
def bucket_key_enabled=(bucket_key_enabled : Bool | Nil) #

[View source]
def cache_control : String | Nil #

[View source]
def cache_control=(cache_control : String | Nil) #

[View source]
def content_disposition : String | Nil #

[View source]
def content_disposition=(content_disposition : String | Nil) #

[View source]
def content_encoding : String | Nil #

[View source]
def content_encoding=(content_encoding : String | Nil) #

[View source]
def content_language : String | Nil #

[View source]
def content_language=(content_language : String | Nil) #

[View source]
def content_length : Int64 | Nil #

[View source]
def content_length=(content_length : Int64 | Nil) #

[View source]
def content_type : String | Nil #

[View source]
def content_type=(content_type : String | Nil) #

[View source]
def delete_marker : Bool | Nil #

[View source]
def delete_marker=(delete_marker : Bool | Nil) #

[View source]
def e_tag : String | Nil #

[View source]
def e_tag=(e_tag : String | Nil) #

[View source]
def expiration : String | Nil #

[View source]
def expiration=(expiration : String | Nil) #

[View source]
def expires : Time | Nil #

[View source]
def expires=(expires : Time | Nil) #

[View source]
def last_modified : Time | Nil #

[View source]
def last_modified=(last_modified : Time | Nil) #

[View source]
def metadata : Hash(String, String) | Nil #

[View source]
def metadata=(metadata : Hash(String, String) | Nil) #

[View source]
def missing_meta : Int32 | Nil #

[View source]
def missing_meta=(missing_meta : Int32 | Nil) #

[View source]
def object_lock_legal_hold_status : String | Nil #

[View source]
def object_lock_legal_hold_status=(object_lock_legal_hold_status : String | Nil) #

[View source]
def object_lock_mode : String | Nil #

[View source]
def object_lock_mode=(object_lock_mode : String | Nil) #

[View source]
def object_lock_retain_until_date : Time | Nil #

[View source]
def object_lock_retain_until_date=(object_lock_retain_until_date : Time | Nil) #

[View source]
def parts_count : Int32 | Nil #

[View source]
def parts_count=(parts_count : Int32 | Nil) #

[View source]
def replication_status : String | Nil #

[View source]
def replication_status=(replication_status : String | Nil) #

[View source]
def request_charged : String | Nil #

[View source]
def request_charged=(request_charged : String | Nil) #

[View source]
def restore : String | Nil #

[View source]
def restore=(restore : String | Nil) #

[View source]
def server_side_encryption : String | Nil #

[View source]
def server_side_encryption=(server_side_encryption : String | Nil) #

[View source]
def sse_customer_algorithm : String | Nil #

[View source]
def sse_customer_algorithm=(sse_customer_algorithm : String | Nil) #

[View source]
def sse_customer_key_md5 : String | Nil #

[View source]
def sse_customer_key_md5=(sse_customer_key_md5 : String | Nil) #

[View source]
def ssekms_key_id : String | Nil #

[View source]
def ssekms_key_id=(ssekms_key_id : String | Nil) #

[View source]
def storage_class : String | Nil #

[View source]
def storage_class=(storage_class : String | Nil) #

[View source]
def version_id : String | Nil #

[View source]
def version_id=(version_id : String | Nil) #

[View source]
def website_redirect_location : String | Nil #

[View source]
def website_redirect_location=(website_redirect_location : String | Nil) #

[View source]