Class: Aws::Types::GetSuiteRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSuiteRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PASS", ...
Returns the value of attribute status.
-
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
-
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
-
#suite_run_arn ⇒ ::String
Returns the value of attribute suite_run_arn.
-
#suite_run_configuration ⇒ Types::SuiteRunConfiguration
Returns the value of attribute suite_run_configuration.
-
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#test_result ⇒ Types::TestResult
Returns the value of attribute test_result.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
102 103 104 |
# File 'sig/types.rbs', line 102 def end_time @end_time end |
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
104 105 106 |
# File 'sig/types.rbs', line 104 def error_reason @error_reason end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
101 102 103 |
# File 'sig/types.rbs', line 101 def start_time @start_time end |
#status ⇒ "PASS", ...
Returns the value of attribute status.
103 104 105 |
# File 'sig/types.rbs', line 103 def status @status end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def suite_definition_id @suite_definition_id end |
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
96 97 98 |
# File 'sig/types.rbs', line 96 def suite_definition_version @suite_definition_version end |
#suite_run_arn ⇒ ::String
Returns the value of attribute suite_run_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def suite_run_arn @suite_run_arn end |
#suite_run_configuration ⇒ Types::SuiteRunConfiguration
Returns the value of attribute suite_run_configuration.
99 100 101 |
# File 'sig/types.rbs', line 99 def suite_run_configuration @suite_run_configuration end |
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def suite_run_id @suite_run_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
105 106 107 |
# File 'sig/types.rbs', line 105 def end |
#test_result ⇒ Types::TestResult
Returns the value of attribute test_result.
100 101 102 |
# File 'sig/types.rbs', line 100 def test_result @test_result end |