Class: Aws::Types::ListFlowAssociationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_association_summary_list::Array[Types::FlowAssociationSummary]

Returns the value of attribute flow_association_summary_list.

Returns:



5058
5059
5060
# File 'sig/types.rbs', line 5058

def flow_association_summary_list
  @flow_association_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5059
5060
5061
# File 'sig/types.rbs', line 5059

def next_token
  @next_token
end