class

Awscr::S3::Response::CopyObjectOutput

Inherits Reference < Object

Constructors

new(etag : String, last_modified : Time)
Source

Class methods

from_response(response)

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

Source

Instance methods

==(other : self)

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

Source
etag

The etag of the new object

Source
last_modified

Creation time of the object

Source