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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Container for the stats details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processedInteger

The total number of uncompressed object bytes processed.

Returns:

  • (Integer)


15974
15975
15976
15977
15978
15979
15980
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15974

class Stats < Struct.new(
  :bytes_scanned,
  :bytes_processed,
  :bytes_returned)
  SENSITIVE = []
  include Aws::Structure
end

#bytes_returnedInteger

The total number of bytes of records payload data returned.

Returns:

  • (Integer)


15974
15975
15976
15977
15978
15979
15980
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15974

class Stats < Struct.new(
  :bytes_scanned,
  :bytes_processed,
  :bytes_returned)
  SENSITIVE = []
  include Aws::Structure
end

#bytes_scannedInteger

The total number of object bytes scanned.

Returns:

  • (Integer)


15974
15975
15976
15977
15978
15979
15980
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15974

class Stats < Struct.new(
  :bytes_scanned,
  :bytes_processed,
  :bytes_returned)
  SENSITIVE = []
  include Aws::Structure
end