Class: Aws::Types::MapRunExecutionCounts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aborted::Integer

Returns the value of attribute aborted.

Returns:

  • (::Integer)


732
733
734
# File 'sig/types.rbs', line 732

def aborted
  @aborted
end

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


730
731
732
# File 'sig/types.rbs', line 730

def failed
  @failed
end

#failures_not_redrivable::Integer

Returns the value of attribute failures_not_redrivable.

Returns:

  • (::Integer)


735
736
737
# File 'sig/types.rbs', line 735

def failures_not_redrivable
  @failures_not_redrivable
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


727
728
729
# File 'sig/types.rbs', line 727

def pending
  @pending
end

#pending_redrive::Integer

Returns the value of attribute pending_redrive.

Returns:

  • (::Integer)


736
737
738
# File 'sig/types.rbs', line 736

def pending_redrive
  @pending_redrive
end

#results_written::Integer

Returns the value of attribute results_written.

Returns:

  • (::Integer)


734
735
736
# File 'sig/types.rbs', line 734

def results_written
  @results_written
end

#running::Integer

Returns the value of attribute running.

Returns:

  • (::Integer)


728
729
730
# File 'sig/types.rbs', line 728

def running
  @running
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


729
730
731
# File 'sig/types.rbs', line 729

def succeeded
  @succeeded
end

#timed_out::Integer

Returns the value of attribute timed_out.

Returns:

  • (::Integer)


731
732
733
# File 'sig/types.rbs', line 731

def timed_out
  @timed_out
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


733
734
735
# File 'sig/types.rbs', line 733

def total
  @total
end