Class: Aws::Types::StopTestRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def service_arn
  @service_arn
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def test_run_id
  @test_run_id
end