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:



975
976
977
# File 'sig/types.rbs', line 975

def events
  @events
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def next_marker
  @next_marker
end