Class: Aws::Types::JobReportMetrics
- Inherits:
-
Object
- Object
- Aws::Types::JobReportMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average_job_execution_duration_seconds ⇒ ::Float
Returns the value of attribute average_job_execution_duration_seconds.
-
#jobs_errored ⇒ ::Integer
Returns the value of attribute jobs_errored.
-
#jobs_failed ⇒ ::Integer
Returns the value of attribute jobs_failed.
-
#jobs_passed ⇒ ::Integer
Returns the value of attribute jobs_passed.
-
#jobs_passed_percentage ⇒ ::Float
Returns the value of attribute jobs_passed_percentage.
-
#jobs_skipped ⇒ ::Integer
Returns the value of attribute jobs_skipped.
-
#jobs_stopped ⇒ ::Integer
Returns the value of attribute jobs_stopped.
-
#jobs_total ⇒ ::Integer
Returns the value of attribute jobs_total.
-
#median_job_execution_duration_seconds ⇒ ::Float
Returns the value of attribute median_job_execution_duration_seconds.
-
#total_job_execution_duration_seconds ⇒ ::Float
Returns the value of attribute total_job_execution_duration_seconds.
Instance Attribute Details
#average_job_execution_duration_seconds ⇒ ::Float
Returns the value of attribute average_job_execution_duration_seconds.
649 650 651 |
# File 'sig/types.rbs', line 649 def average_job_execution_duration_seconds @average_job_execution_duration_seconds end |
#jobs_errored ⇒ ::Integer
Returns the value of attribute jobs_errored.
645 646 647 |
# File 'sig/types.rbs', line 645 def jobs_errored @jobs_errored end |
#jobs_failed ⇒ ::Integer
Returns the value of attribute jobs_failed.
643 644 645 |
# File 'sig/types.rbs', line 643 def jobs_failed @jobs_failed end |
#jobs_passed ⇒ ::Integer
Returns the value of attribute jobs_passed.
642 643 644 |
# File 'sig/types.rbs', line 642 def jobs_passed @jobs_passed end |
#jobs_passed_percentage ⇒ ::Float
Returns the value of attribute jobs_passed_percentage.
647 648 649 |
# File 'sig/types.rbs', line 647 def jobs_passed_percentage @jobs_passed_percentage end |
#jobs_skipped ⇒ ::Integer
Returns the value of attribute jobs_skipped.
644 645 646 |
# File 'sig/types.rbs', line 644 def jobs_skipped @jobs_skipped end |
#jobs_stopped ⇒ ::Integer
Returns the value of attribute jobs_stopped.
646 647 648 |
# File 'sig/types.rbs', line 646 def jobs_stopped @jobs_stopped end |
#jobs_total ⇒ ::Integer
Returns the value of attribute jobs_total.
641 642 643 |
# File 'sig/types.rbs', line 641 def jobs_total @jobs_total end |
#median_job_execution_duration_seconds ⇒ ::Float
Returns the value of attribute median_job_execution_duration_seconds.
650 651 652 |
# File 'sig/types.rbs', line 650 def median_job_execution_duration_seconds @median_job_execution_duration_seconds end |
#total_job_execution_duration_seconds ⇒ ::Float
Returns the value of attribute total_job_execution_duration_seconds.
648 649 650 |
# File 'sig/types.rbs', line 648 def total_job_execution_duration_seconds @total_job_execution_duration_seconds end |