Class: Aws::Types::JobReportMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average_job_execution_duration_seconds::Float

Returns the value of attribute average_job_execution_duration_seconds.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


648
649
650
# File 'sig/types.rbs', line 648

def total_job_execution_duration_seconds
  @total_job_execution_duration_seconds
end