Class: Aws::Types::TestReportSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestReportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_nano_seconds ⇒ ::Integer
Returns the value of attribute duration_in_nano_seconds.
-
#status_counts ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute status_counts.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#duration_in_nano_seconds ⇒ ::Integer
Returns the value of attribute duration_in_nano_seconds.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def duration_in_nano_seconds @duration_in_nano_seconds end |
#status_counts ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute status_counts.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def status_counts @status_counts end |
#total ⇒ ::Integer
Returns the value of attribute total.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def total @total end |