Class: Aws::S3::Types::Progress
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Progress
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#bytes_processed ⇒ Integer
Current number of uncompressed object bytes processed.
-
#bytes_scanned ⇒ Integer
Current number of object bytes scanned.
Instance Attribute Details
#bytes_processed ⇒ Integer
Current number of uncompressed object bytes processed.
5799 5800 5801 5802 5803 |
# File 'lib/aws-sdk-s3/types.rb', line 5799 class Progress < Struct.new( :bytes_scanned, :bytes_processed) include Aws::Structure end |
#bytes_scanned ⇒ Integer
Current number of object bytes scanned.
5799 5800 5801 5802 5803 |
# File 'lib/aws-sdk-s3/types.rb', line 5799 class Progress < Struct.new( :bytes_scanned, :bytes_processed) include Aws::Structure end |