Class: Aws::Types::ReplicationTaskAssessmentRunResultStatistic
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationTaskAssessmentRunResultStatistic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancelled ⇒ ::Integer
Returns the value of attribute cancelled.
-
#error ⇒ ::Integer
Returns the value of attribute error.
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#passed ⇒ ::Integer
Returns the value of attribute passed.
-
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
-
#warning ⇒ ::Integer
Returns the value of attribute warning.
Instance Attribute Details
#cancelled ⇒ ::Integer
Returns the value of attribute cancelled.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def cancelled @cancelled end |
#error ⇒ ::Integer
Returns the value of attribute error.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def error @error end |
#failed ⇒ ::Integer
Returns the value of attribute failed.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def failed @failed end |
#passed ⇒ ::Integer
Returns the value of attribute passed.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def passed @passed end |
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def skipped @skipped end |
#warning ⇒ ::Integer
Returns the value of attribute warning.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def warning @warning end |