Class: Aws::Types::ListFlowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flows ⇒ ::Array[Types::FlowDefinition]
Returns the value of attribute flows.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flows ⇒ ::Array[Types::FlowDefinition]
Returns the value of attribute flows.
783 784 785 |
# File 'sig/types.rbs', line 783 def flows @flows end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
784 785 786 |
# File 'sig/types.rbs', line 784 def next_token @next_token end |