Class: Aws::Types::StartTestRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_arns::Array[::String]

Returns the value of attribute experiment_arns.

Returns:

  • (::Array[::String])


1500
1501
1502
# File 'sig/types.rbs', line 1500

def experiment_arns
  @experiment_arns
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

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


1499
1500
1501
# File 'sig/types.rbs', line 1499

def status
  @status
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def test_run_id
  @test_run_id
end