Class: Aws::Types::GetTestRunRequest

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)


518
519
520
# File 'sig/types.rbs', line 518

def service_arn
  @service_arn
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def test_run_id
  @test_run_id
end