Class: Aws::Types::MapRunItemCounts

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)


752
753
754
# File 'sig/types.rbs', line 752

def aborted
  @aborted
end

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


750
751
752
# File 'sig/types.rbs', line 750

def failed
  @failed
end

#failures_not_redrivable::Integer

Returns the value of attribute failures_not_redrivable.

Returns:

  • (::Integer)


755
756
757
# File 'sig/types.rbs', line 755

def failures_not_redrivable
  @failures_not_redrivable
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


747
748
749
# File 'sig/types.rbs', line 747

def pending
  @pending
end

#pending_redrive::Integer

Returns the value of attribute pending_redrive.

Returns:

  • (::Integer)


756
757
758
# File 'sig/types.rbs', line 756

def pending_redrive
  @pending_redrive
end

#results_written::Integer

Returns the value of attribute results_written.

Returns:

  • (::Integer)


754
755
756
# File 'sig/types.rbs', line 754

def results_written
  @results_written
end

#running::Integer

Returns the value of attribute running.

Returns:

  • (::Integer)


748
749
750
# File 'sig/types.rbs', line 748

def running
  @running
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


749
750
751
# File 'sig/types.rbs', line 749

def succeeded
  @succeeded
end

#timed_out::Integer

Returns the value of attribute timed_out.

Returns:

  • (::Integer)


751
752
753
# File 'sig/types.rbs', line 751

def timed_out
  @timed_out
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


753
754
755
# File 'sig/types.rbs', line 753

def total
  @total
end