Class: Aws::Types::ListTestSourcesResponse

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)


900
901
902
# File 'sig/types.rbs', line 900

def next_token
  @next_token
end

#test_sources::Array[Types::TestSourceSummary]

Returns the value of attribute test_sources.

Returns:



899
900
901
# File 'sig/types.rbs', line 899

def test_sources
  @test_sources
end