class Awscr::S3::Response::UploadPartOutput

Defined in:

awscr-s3/responses/upload_part_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(etag : String, part_number : Int32, upload_id : String) #

[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 uploaded part


[View source]
def part_number : Int32 #

The part number


[View source]
def upload_id : String #

The upload id for the uploaded part


[View source]