Class: Aws::Types::GetDurableExecutionHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDurableExecutionHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#events ⇒ ::Array[Types::Event]
Returns the value of attribute events.
975 976 977 |
# File 'sig/types.rbs', line 975 def events @events end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
976 977 978 |
# File 'sig/types.rbs', line 976 def next_marker @next_marker end |