Class: Aws::Types::StopTestRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "RUNNING", "STOPPING", "PASSED", "FAILED", "STOPPED", "ERROR")


1468
1469
1470
# File 'sig/types.rbs', line 1468

def status
  @status
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def test_run_id
  @test_run_id
end