Class: Aws::Types::TestCaseRun
- Inherits:
-
Object
- Object
- Aws::Types::TestCaseRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure ⇒ ::String
Returns the value of attribute failure.
-
#log_url ⇒ ::String
Returns the value of attribute log_url.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PASS", ...
Returns the value of attribute status.
-
#test_case_definition_id ⇒ ::String
Returns the value of attribute test_case_definition_id.
-
#test_case_definition_name ⇒ ::String
Returns the value of attribute test_case_definition_name.
-
#test_case_run_id ⇒ ::String
Returns the value of attribute test_case_run_id.
-
#test_scenarios ⇒ ::Array[Types::TestCaseScenario]
Returns the value of attribute test_scenarios.
-
#warnings ⇒ ::String
Returns the value of attribute warnings.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
245 246 247 |
# File 'sig/types.rbs', line 245 def end_time @end_time end |
#failure ⇒ ::String
Returns the value of attribute failure.
248 249 250 |
# File 'sig/types.rbs', line 248 def failure @failure end |
#log_url ⇒ ::String
Returns the value of attribute log_url.
246 247 248 |
# File 'sig/types.rbs', line 246 def log_url @log_url end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
244 245 246 |
# File 'sig/types.rbs', line 244 def start_time @start_time end |
#status ⇒ "PASS", ...
Returns the value of attribute status.
243 244 245 |
# File 'sig/types.rbs', line 243 def status @status end |
#test_case_definition_id ⇒ ::String
Returns the value of attribute test_case_definition_id.
241 242 243 |
# File 'sig/types.rbs', line 241 def test_case_definition_id @test_case_definition_id end |
#test_case_definition_name ⇒ ::String
Returns the value of attribute test_case_definition_name.
242 243 244 |
# File 'sig/types.rbs', line 242 def test_case_definition_name @test_case_definition_name end |
#test_case_run_id ⇒ ::String
Returns the value of attribute test_case_run_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def test_case_run_id @test_case_run_id end |
#test_scenarios ⇒ ::Array[Types::TestCaseScenario]
Returns the value of attribute test_scenarios.
249 250 251 |
# File 'sig/types.rbs', line 249 def test_scenarios @test_scenarios end |
#warnings ⇒ ::String
Returns the value of attribute warnings.
247 248 249 |
# File 'sig/types.rbs', line 247 def warnings @warnings end |