Class: Aws::Types::ExecutionStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average_execution_time_millis::Integer

Returns the value of attribute average_execution_time_millis.

Returns:

  • (::Integer)


383
384
385
# File 'sig/types.rbs', line 383

def average_execution_time_millis
  @average_execution_time_millis
end

#data_scanned_bytes::Integer

Returns the value of attribute data_scanned_bytes.

Returns:

  • (::Integer)


384
385
386
# File 'sig/types.rbs', line 384

def data_scanned_bytes
  @data_scanned_bytes
end

#work_units_executed_count::Integer

Returns the value of attribute work_units_executed_count.

Returns:

  • (::Integer)


385
386
387
# File 'sig/types.rbs', line 385

def work_units_executed_count
  @work_units_executed_count
end