Class: Aws::Types::PlanningStatistics
- Inherits:
-
Object
- Object
- Aws::Types::PlanningStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_data_to_scan_bytes ⇒ ::Integer
Returns the value of attribute estimated_data_to_scan_bytes.
-
#planning_time_millis ⇒ ::Integer
Returns the value of attribute planning_time_millis.
-
#queue_time_millis ⇒ ::Integer
Returns the value of attribute queue_time_millis.
-
#work_units_generated_count ⇒ ::Integer
Returns the value of attribute work_units_generated_count.
Instance Attribute Details
#estimated_data_to_scan_bytes ⇒ ::Integer
Returns the value of attribute estimated_data_to_scan_bytes.
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.
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.
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.
845 846 847 |
# File 'sig/types.rbs', line 845 def work_units_generated_count @work_units_generated_count end |