Class: Aws::Types::ListFlowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_summaries ⇒ ::Array[Types::FlowSummary]
Returns the value of attribute flow_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_summaries ⇒ ::Array[Types::FlowSummary]
Returns the value of attribute flow_summaries.
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.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def next_token @next_token end |