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::ListedFlow]
Returns the value of attribute flows.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flows ⇒ ::Array[Types::ListedFlow]
Returns the value of attribute flows.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def flows @flows end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def next_token @next_token end |