class Awscr::S3::Response::CopyObjectOutput

Defined in:

awscr-s3/responses/copy_object_output.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(etag : String, last_modified : Time) #

[View source]

Class Method Detail

def self.from_response(response) #

Create a CopyObjectOutput response from an HTTP::Client::Response object


[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def etag : String #

The etag of the new object


[View source]
def last_modified : Time #

Creation time of the object


[View source]