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
- Struct
- Aws::S3::Types::Progress
- Defined in:
- (unknown)
Overview
This data type contains information about progress of an operation.
Returned by:
Instance Attribute Summary collapse
-
#bytes_processed ⇒ Integer
The current number of uncompressed object bytes processed.
-
#bytes_returned ⇒ Integer
The current number of bytes of records payload data returned.
-
#bytes_scanned ⇒ Integer
The current number of object bytes scanned.
Instance Attribute Details
#bytes_processed ⇒ Integer
The current number of uncompressed object bytes processed.
#bytes_returned ⇒ Integer
The current number of bytes of records payload data returned.
#bytes_scanned ⇒ Integer
The current number of object bytes scanned.