Class: Aws::Types::RunStatisticsForAssets
- Inherits:
-
Object
- Object
- Aws::Types::RunStatisticsForAssets
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#added ⇒ ::Integer
Returns the value of attribute added.
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
-
#unchanged ⇒ ::Integer
Returns the value of attribute unchanged.
-
#updated ⇒ ::Integer
Returns the value of attribute updated.
Instance Attribute Details
#added ⇒ ::Integer
Returns the value of attribute added.
5515 5516 5517 |
# File 'sig/types.rbs', line 5515 def added @added end |
#failed ⇒ ::Integer
Returns the value of attribute failed.
5519 5520 5521 |
# File 'sig/types.rbs', line 5519 def failed @failed end |
#skipped ⇒ ::Integer
Returns the value of attribute skipped.
5518 5519 5520 |
# File 'sig/types.rbs', line 5518 def skipped @skipped end |
#unchanged ⇒ ::Integer
Returns the value of attribute unchanged.
5517 5518 5519 |
# File 'sig/types.rbs', line 5517 def unchanged @unchanged end |
#updated ⇒ ::Integer
Returns the value of attribute updated.
5516 5517 5518 |
# File 'sig/types.rbs', line 5516 def updated @updated end |