Class: Aws::Types::GetTestCaseExecutionSummaryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4249
4250
4251
# File 'sig/types.rbs', line 4249

def instance_id
  @instance_id
end

#test_case_execution_id::String

Returns the value of attribute test_case_execution_id.

Returns:

  • (::String)


4251
4252
4253
# File 'sig/types.rbs', line 4251

def test_case_execution_id
  @test_case_execution_id
end

#test_case_id::String

Returns the value of attribute test_case_id.

Returns:

  • (::String)


4250
4251
4252
# File 'sig/types.rbs', line 4250

def test_case_id
  @test_case_id
end