Class: Aws::Resiliencehubv2::Types::ListTestRunSourceEventsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)


2961
2962
2963
2964
2965
2966
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2961

class ListTestRunSourceEventsResponse < Struct.new(
  :test_run_source_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_source_eventsArray<Types::TestRunSourceEvent>

The list of source events, in chronological order.

Returns:



2961
2962
2963
2964
2965
2966
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2961

class ListTestRunSourceEventsResponse < Struct.new(
  :test_run_source_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end