Class: Aws::Types::ListFlowExecutionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_execution_summaries::Array[Types::FlowExecutionSummary]

Returns the value of attribute flow_execution_summaries.

Returns:



1657
1658
1659
# File 'sig/types.rbs', line 1657

def flow_execution_summaries
  @flow_execution_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def next_token
  @next_token
end