Class: Aws::Types::MapRunItemCounts
- Inherits:
-
Object
- Object
- Aws::Types::MapRunItemCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aborted ⇒ ::Integer
Returns the value of attribute aborted.
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#failures_not_redrivable ⇒ ::Integer
Returns the value of attribute failures_not_redrivable.
-
#pending ⇒ ::Integer
Returns the value of attribute pending.
-
#pending_redrive ⇒ ::Integer
Returns the value of attribute pending_redrive.
-
#results_written ⇒ ::Integer
Returns the value of attribute results_written.
-
#running ⇒ ::Integer
Returns the value of attribute running.
-
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
-
#timed_out ⇒ ::Integer
Returns the value of attribute timed_out.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#aborted ⇒ ::Integer
Returns the value of attribute aborted.
752 753 754 |
# File 'sig/types.rbs', line 752 def aborted @aborted end |
#failed ⇒ ::Integer
Returns the value of attribute failed.
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.
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.
747 748 749 |
# File 'sig/types.rbs', line 747 def pending @pending end |
#pending_redrive ⇒ ::Integer
Returns the value of attribute pending_redrive.
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.
754 755 756 |
# File 'sig/types.rbs', line 754 def results_written @results_written end |
#running ⇒ ::Integer
Returns the value of attribute running.
748 749 750 |
# File 'sig/types.rbs', line 748 def running @running end |
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
749 750 751 |
# File 'sig/types.rbs', line 749 def succeeded @succeeded end |
#timed_out ⇒ ::Integer
Returns the value of attribute timed_out.
751 752 753 |
# File 'sig/types.rbs', line 751 def timed_out @timed_out end |
#total ⇒ ::Integer
Returns the value of attribute total.
753 754 755 |
# File 'sig/types.rbs', line 753 def total @total end |