Class: Aws::Types::ListTimelineEventsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListTimelineEventsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_summaries ⇒ ::Array[Types::EventSummary]
Returns the value of attribute event_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#event_summaries ⇒ ::Array[Types::EventSummary]
Returns the value of attribute event_summaries.
530 531 532 |
# File 'sig/types.rbs', line 530 def event_summaries @event_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
531 532 533 |
# File 'sig/types.rbs', line 531 def next_token @next_token end |