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)


950
951
952
# File 'sig/types.rbs', line 950

def next_token
  @next_token
end

#test_sources::Array[Types::TestSourceSummary]

Returns the value of attribute test_sources.

Returns:



949
950
951
# File 'sig/types.rbs', line 949

def test_sources
  @test_sources
end