Class: Aws::Types::GetExecutionHistoryOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetExecutionHistoryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::HistoryEvent]
Returns the value of attribute events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#events ⇒ ::Array[Types::HistoryEvent]
Returns the value of attribute events.
417 418 419 |
# File 'sig/types.rbs', line 417 def events @events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
418 419 420 |
# File 'sig/types.rbs', line 418 def next_token @next_token end |