Class: Aws::SSMIncidents::Types::ListTimelineEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ListTimelineEventsOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_summaries ⇒ Array<Types::EventSummary>
Details about each event that occurred during the incident.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
Instance Attribute Details
#event_summaries ⇒ Array<Types::EventSummary>
Details about each event that occurred during the incident.
1382 1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1382 class ListTimelineEventsOutput < Struct.new( :event_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1382 1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1382 class ListTimelineEventsOutput < Struct.new( :event_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |