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
show all
Defined in:
(unknown)

Overview

Container for elements related to a part.

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.

#last_modifiedTime

Date and time at which the part was uploaded.

Returns:

  • (Time)

    Date and time at which the part was uploaded.

#part_numberInteger

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

Returns:

  • (Integer)

    Part number identifying the part.

#sizeInteger

Size in bytes of the uploaded part data.

Returns:

  • (Integer)

    Size in bytes of the uploaded part data.