class

Aws::S3::Response::UploadPartOutput

Inherits Reference / Object

Constructors

new(etag : String, part_number : Int32, upload_id : String)
Source

Instance methods

==(other : self)

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

Source
etag

The etag of the uploaded part

Source
part_number

The part number

Source
upload_id

The upload id for the uploaded part

Source