Class: Aws::Types::ListFlowDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowDefinitionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_definition_summaries ⇒ ::Array[Types::FlowDefinitionSummary]
Returns the value of attribute flow_definition_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_definition_summaries ⇒ ::Array[Types::FlowDefinitionSummary]
Returns the value of attribute flow_definition_summaries.
7603 7604 7605 |
# File 'sig/types.rbs', line 7603 def flow_definition_summaries @flow_definition_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7604 7605 7606 |
# File 'sig/types.rbs', line 7604 def next_token @next_token end |