Class: Aws::Types::GetDurableExecutionHistoryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#events::Array[Types::Event]

Returns the value of attribute events.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def events
  @events
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def next_marker
  @next_marker
end