Class: Aws::Types::DescribeTestCasesOutput

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)


511
512
513
# File 'sig/types.rbs', line 511

def next_token
  @next_token
end

#test_cases::Array[Types::TestCase]

Returns the value of attribute test_cases.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def test_cases
  @test_cases
end