Class: Aws::Types::ListFlowsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_summaries::Array[Types::FlowSummary]

Returns the value of attribute flow_summaries.

Returns:



1810
1811
1812
# File 'sig/types.rbs', line 1810

def flow_summaries
  @flow_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1811
1812
1813
# File 'sig/types.rbs', line 1811

def next_token
  @next_token
end