You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::Progress

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This data type contains information about progress of an operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processedInteger

The current number of uncompressed object bytes processed.

Returns:

  • (Integer)

    The current number of uncompressed object bytes processed.

#bytes_returnedInteger

The current number of bytes of records payload data returned.

Returns:

  • (Integer)

    The current number of bytes of records payload data returned.

#bytes_scannedInteger

The current number of object bytes scanned.

Returns:

  • (Integer)

    The current number of object bytes scanned.