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:



1643
1644
1645
# File 'sig/types.rbs', line 1643

def flow_execution_events
  @flow_execution_events
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def next_token
  @next_token
end