Class: Aws::Types::Stats

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processed::Integer

Returns the value of attribute bytes_processed.

Returns:

  • (::Integer)


2947
2948
2949
# File 'sig/types.rbs', line 2947

def bytes_processed
  @bytes_processed
end

#bytes_returned::Integer

Returns the value of attribute bytes_returned.

Returns:

  • (::Integer)


2948
2949
2950
# File 'sig/types.rbs', line 2948

def bytes_returned
  @bytes_returned
end

#bytes_scanned::Integer

Returns the value of attribute bytes_scanned.

Returns:

  • (::Integer)


2946
2947
2948
# File 'sig/types.rbs', line 2946

def bytes_scanned
  @bytes_scanned
end