Class: Aws::Types::StopTestCaseExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopTestCaseExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#test_case_execution_id ⇒ ::String
Returns the value of attribute test_case_execution_id.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8093 8094 8095 |
# File 'sig/types.rbs', line 8093 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8090 8091 8092 |
# File 'sig/types.rbs', line 8090 def instance_id @instance_id end |
#test_case_execution_id ⇒ ::String
Returns the value of attribute test_case_execution_id.
8091 8092 8093 |
# File 'sig/types.rbs', line 8091 def test_case_execution_id @test_case_execution_id end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
8092 8093 8094 |
# File 'sig/types.rbs', line 8092 def test_case_id @test_case_id end |