Class: Aws::Types::ListFlowAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_association_summary_list ⇒ ::Array[Types::FlowAssociationSummary]
Returns the value of attribute flow_association_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_association_summary_list ⇒ ::Array[Types::FlowAssociationSummary]
Returns the value of attribute flow_association_summary_list.
5005 5006 5007 |
# File 'sig/types.rbs', line 5005 def flow_association_summary_list @flow_association_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5006 5007 5008 |
# File 'sig/types.rbs', line 5006 def next_token @next_token end |