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

Class: Aws::S3::Types::Stats

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

Overview

Container for the stats details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processedInteger

The total number of uncompressed object bytes processed.

Returns:

  • (Integer)

    The total number of uncompressed object bytes processed.

#bytes_returnedInteger

The total number of bytes of records payload data returned.

Returns:

  • (Integer)

    The total number of bytes of records payload data returned.

#bytes_scannedInteger

The total number of object bytes scanned.

Returns:

  • (Integer)

    The total number of object bytes scanned.