Class: Aws::Types::ListTestCasesResponse

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)


5738
5739
5740
# File 'sig/types.rbs', line 5738

def next_token
  @next_token
end

#test_case_summary_list::Array[Types::TestCaseSummary]

Returns the value of attribute test_case_summary_list.

Returns:



5737
5738
5739
# File 'sig/types.rbs', line 5737

def test_case_summary_list
  @test_case_summary_list
end