Class: Aws::Types::ListTestCaseExecutionsResponse

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)


5537
5538
5539
# File 'sig/types.rbs', line 5537

def next_token
  @next_token
end

#test_case_executions::Array[Types::TestCaseExecution]

Returns the value of attribute test_case_executions.

Returns:



5536
5537
5538
# File 'sig/types.rbs', line 5536

def test_case_executions
  @test_case_executions
end