class Awscr::S3::Response::UploadPartOutput
- Awscr::S3::Response::UploadPartOutput
- Reference
- Object
Defined in:
awscr-s3/responses/upload_part_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#etag : String
The etag of the uploaded part
-
#part_number : Int32
The part number
-
#upload_id : String
The upload id for the uploaded part
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.