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:

  • (::Integer)


3310
3311
3312
# File 'sig/types.rbs', line 3310

def bytes_scanned
  @bytes_scanned
end

#execution_time_in_millis::Integer

Returns the value of attribute execution_time_in_millis.

Returns:

  • (::Integer)


3311
3312
3313
# File 'sig/types.rbs', line 3311

def execution_time_in_millis
  @execution_time_in_millis
end

#row_count::Integer

Returns the value of attribute row_count.

Returns:

  • (::Integer)


3309
3310
3311
# File 'sig/types.rbs', line 3309

def row_count
  @row_count
end