You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::Part
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Part
- Defined in:
- (unknown)
Overview
Container for elements related to a part.
Instance Attribute Summary collapse
-
#etag ⇒ String
Entity tag returned when the part was uploaded.
-
#last_modified ⇒ Time
Date and time at which the part was uploaded.
-
#part_number ⇒ Integer
Part number identifying the part.
-
#size ⇒ Integer
Size in bytes of the uploaded part data.
Instance Attribute Details
#etag ⇒ String
Entity tag returned when the part was uploaded.
#last_modified ⇒ Time
Date and time at which the part was uploaded.
#part_number ⇒ Integer
Part number identifying the part. This is a positive integer between 1 and 10,000.
#size ⇒ Integer
Size in bytes of the uploaded part data.