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
- Struct
- Aws::S3::Types::CompletedPart
- 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
-
#etag ⇒ String
Entity tag returned when the part was uploaded.
-
#part_number ⇒ Integer
Part number that identifies the part.
Instance Attribute Details
#etag ⇒ String
Entity tag returned when the part was uploaded.
#part_number ⇒ Integer
Part number that identifies the part. This is a positive integer between 1 and 10,000.