class AmazonS3::HeadObjectRequest
- AmazonS3::HeadObjectRequest
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #expected_bucket_owner : String | Nil
- #expected_bucket_owner=(expected_bucket_owner : String | Nil)
- #if_match : String | Nil
- #if_match=(if_match : String | Nil)
- #if_modified_since : Time | Nil
- #if_modified_since=(if_modified_since : Time | Nil)
- #if_none_match : String | Nil
- #if_none_match=(if_none_match : String | Nil)
- #if_unmodified_since : Time | Nil
- #if_unmodified_since=(if_unmodified_since : Time | Nil)
- #key : String
- #key=(key : String)
- #part_number : Int32 | Nil
- #part_number=(part_number : Int32 | Nil)
- #range : String | Nil
- #range=(range : String | Nil)
- #request_payer : String | Nil
- #request_payer=(request_payer : String | Nil)
- #sse_customer_algorithm : String | Nil
- #sse_customer_algorithm=(sse_customer_algorithm : String | Nil)
- #sse_customer_key : String | Nil
- #sse_customer_key=(sse_customer_key : String | Nil)
- #sse_customer_key_md5 : String | Nil
- #sse_customer_key_md5=(sse_customer_key_md5 : String | Nil)
- #version_id : String | Nil
- #version_id=(version_id : 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(bucket : String, key : String, if_match : String = nil, if_modified_since : Time = nil, if_none_match : String = nil, if_unmodified_since : Time = nil, range : String = nil, version_id : String = nil, sse_customer_algorithm : String = nil, sse_customer_key : String = nil, sse_customer_key_md5 : String = nil, request_payer : String = nil, part_number : Int32 = nil, expected_bucket_owner : String = nil)
#