Class: Aws::Types::QueryStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_scanned::Integer

Returns the value of attribute bytes_scanned.

Returns:



3344
3345
3346
# File 'sig/types.rbs', line 3344

def bytes_scanned
  @bytes_scanned
end

#execution_time_in_millis::Integer

Returns the value of attribute execution_time_in_millis.

Returns:



3345
3346
3347
# File 'sig/types.rbs', line 3345

def execution_time_in_millis
  @execution_time_in_millis
end

#row_count::Integer

Returns the value of attribute row_count.

Returns:



3343
3344
3345
# File 'sig/types.rbs', line 3343

def row_count
  @row_count
end