Class: Aws::Types::StartTestCaseExecutionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#status"INITIATED", ...

Returns the value of attribute status.

Returns:



8262
8263
8264
# File 'sig/types.rbs', line 8262

def status
  @status
end

#test_case_execution_id::String

Returns the value of attribute test_case_execution_id.

Returns:



8260
8261
8262
# File 'sig/types.rbs', line 8260

def test_case_execution_id
  @test_case_execution_id
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:



8261
8262
8263
# File 'sig/types.rbs', line 8261

def test_case_id
  @test_case_id
end