Class: Aws::Types::ListFlowExecutionEventsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_execution_events::Array[Types::FlowExecutionEvent]

Returns the value of attribute flow_execution_events.

Returns:



1725
1726
1727
# File 'sig/types.rbs', line 1725

def flow_execution_events
  @flow_execution_events
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def next_token
  @next_token
end