class Aws::S3::Types::CompletedPart

Details of the parts that were uploaded.

@note When making an API call, you may pass CompletedPart

data as a hash:

    {
      etag: "ETag",
      part_number: 1,
    }

@!attribute [rw] etag

Entity tag returned when the part was uploaded.
@return [String]

@!attribute [rw] part_number

Part number that identifies the part. This is a positive integer
between 1 and 10,000.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CompletedPart AWS API Documentation

Constants

SENSITIVE