class AWS::S3::UploadedPart

def etag

Returns:
  • (String) - The ETag of the part.
def etag
  get_attribute(:etag)
end