Class: Aws::Types::ListTestRunSourceEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTestRunSourceEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#test_run_source_events ⇒ ::Array[Types::TestRunSourceEvent]
Returns the value of attribute test_run_source_events.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
906 907 908 |
# File 'sig/types.rbs', line 906 def next_token @next_token end |
#test_run_source_events ⇒ ::Array[Types::TestRunSourceEvent]
Returns the value of attribute test_run_source_events.
905 906 907 |
# File 'sig/types.rbs', line 905 def test_run_source_events @test_run_source_events end |