Class: Aws::S3::Types::Stats
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Stats
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#bytes_processed ⇒ Integer
Total number of uncompressed object bytes processed.
-
#bytes_scanned ⇒ Integer
Total number of object bytes scanned.
Instance Attribute Details
#bytes_processed ⇒ Integer
Total number of uncompressed object bytes processed.
8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-s3/types.rb', line 8171 class Stats < Struct.new( :bytes_scanned, :bytes_processed) include Aws::Structure end |
#bytes_scanned ⇒ Integer
Total number of object bytes scanned.
8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-s3/types.rb', line 8171 class Stats < Struct.new( :bytes_scanned, :bytes_processed) include Aws::Structure end |