Class: Aws::Types::PlanningStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_data_to_scan_bytes::Integer

Returns the value of attribute estimated_data_to_scan_bytes.

Returns:

  • (::Integer)


842
843
844
# File 'sig/types.rbs', line 842

def estimated_data_to_scan_bytes
  @estimated_data_to_scan_bytes
end

#planning_time_millis::Integer

Returns the value of attribute planning_time_millis.

Returns:

  • (::Integer)


843
844
845
# File 'sig/types.rbs', line 843

def planning_time_millis
  @planning_time_millis
end

#queue_time_millis::Integer

Returns the value of attribute queue_time_millis.

Returns:

  • (::Integer)


844
845
846
# File 'sig/types.rbs', line 844

def queue_time_millis
  @queue_time_millis
end

#work_units_generated_count::Integer

Returns the value of attribute work_units_generated_count.

Returns:

  • (::Integer)


845
846
847
# File 'sig/types.rbs', line 845

def work_units_generated_count
  @work_units_generated_count
end