Class: Aws::Types::TestCaseExecution
- Inherits:
-
Object
- Object
- Aws::Types::TestCaseExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#test_case_execution_id ⇒ ::String
Returns the value of attribute test_case_execution_id.
-
#test_case_execution_status ⇒ "INITIATED", ...
Returns the value of attribute test_case_execution_status.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
8327 8328 8329 |
# File 'sig/types.rbs', line 8327 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
8326 8327 8328 |
# File 'sig/types.rbs', line 8326 def start_time @start_time end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
8331 8332 8333 |
# File 'sig/types.rbs', line 8331 def @tags end |
#test_case_execution_id ⇒ ::String
Returns the value of attribute test_case_execution_id.
8328 8329 8330 |
# File 'sig/types.rbs', line 8328 def test_case_execution_id @test_case_execution_id end |
#test_case_execution_status ⇒ "INITIATED", ...
Returns the value of attribute test_case_execution_status.
8330 8331 8332 |
# File 'sig/types.rbs', line 8330 def test_case_execution_status @test_case_execution_status end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
8329 8330 8331 |
# File 'sig/types.rbs', line 8329 def test_case_id @test_case_id end |