Class: Aws::Types::GetTestCaseExecutionSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTestCaseExecutionSummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#observation_summary ⇒ Types::ObservationSummary
Returns the value of attribute observation_summary.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
4204 4205 4206 |
# File 'sig/types.rbs', line 4204 def end_time @end_time end |
#observation_summary ⇒ Types::ObservationSummary
Returns the value of attribute observation_summary.
4206 4207 4208 |
# File 'sig/types.rbs', line 4206 def observation_summary @observation_summary end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
4203 4204 4205 |
# File 'sig/types.rbs', line 4203 def start_time @start_time end |
#status ⇒ "INITIATED", ...
Returns the value of attribute status.
4205 4206 4207 |
# File 'sig/types.rbs', line 4205 def status @status end |