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.
981 982 983 |
# File 'sig/types.rbs', line 981 def events @events end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
982 983 984 |
# File 'sig/types.rbs', line 982 def next_marker @next_marker end |