Class: Aws::Types::ListTestExecutionResultItemsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def next_token
  @next_token
end

#test_execution_results ⇒ Types::TestExecutionResultItems

Returns the value of attribute test_execution_results.



2574
2575
2576
# File 'sig/types.rbs', line 2574

def test_execution_results
  @test_execution_results
end