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:



1518
1519
1520
# File 'sig/types.rbs', line 1518

def status
  @status
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:



1517
1518
1519
# File 'sig/types.rbs', line 1517

def test_run_id
  @test_run_id
end