class AWS::S3::UploadedPart

def size

Returns:
  • (Integer) - The size of the part as it currently
def size
  get_attribute(:size)
end