Struct aws_sdk_rust::aws::s3::object::Part
[−]
[src]
pub struct Part { pub last_modified: LastModified, pub part_number: PartNumber, pub e_tag: ETag, pub size: Size, }
Fields
last_modified: LastModified
Date and time at which the part was uploaded.
part_number: PartNumber
Part number identifying the part. This is a positive integer between 1 and 10,000.
e_tag: ETag
Entity tag returned when the part was uploaded.
size: Size
Size of the uploaded part data.