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 use when requesting the next set of items.
Instance Attribute Details
#event_summaries ⇒ Array<Types::EventSummary>
Details about each event that occurred during the incident.
1688 1689 1690 1691 1692 1693 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1688 class ListTimelineEventsOutput < Struct.new( :event_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
1688 1689 1690 1691 1692 1693 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1688 class ListTimelineEventsOutput < Struct.new( :event_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |