Class: Aws::Resiliencehubv2::Types::ListTestRunSourceEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListTestRunSourceEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#test_run_source_events ⇒ Array<Types::TestRunSourceEvent>
The list of source events, in chronological order.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
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_events ⇒ Array<Types::TestRunSourceEvent>
The list of source events, in chronological order.
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 |