class Awscr::S3::Response::CompleteMultipartUpload
- Awscr::S3::Response::CompleteMultipartUpload
- Reference
- Object
Defined in:
awscr-s3/responses/complete_multipart_upload_output.crConstructors
Class Method Summary
-
.from_response(response)
Create a
CompleteMultipartUpload
response from anHTTP::Client::Response
object
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#etag : String
The etag of the uploaded object
-
#key : String
The key of the uploaded object
-
#location : String
The full location of the uploaded object
Constructor Detail
Class Method Detail
def self.from_response(response)
#
Create a CompleteMultipartUpload
response from an
HTTP::Client::Response
object
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.