Class: Aws::Types::StartTestCaseExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTestCaseExecutionRequest
- 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_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8003 8004 8005 |
# File 'sig/types.rbs', line 8003 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8001 8002 8003 |
# File 'sig/types.rbs', line 8001 def instance_id @instance_id end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
8002 8003 8004 |
# File 'sig/types.rbs', line 8002 def test_case_id @test_case_id end |