You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::CompletedPart

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CompletedPart as input to an Aws::Client method, you can use a vanilla Hash:

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

Details of the parts that were uploaded.

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

Entity tag returned when the part was uploaded.

Returns:

  • (String)

    Entity tag returned when the part was uploaded.

#part_numberInteger

Part number that identifies the part. This is a positive integer between 1 and 10,000.

Returns:

  • (Integer)

    Part number that identifies the part.