Class: Aws::Types::ListChannelFlowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelFlowsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_flows ⇒ ::Array[Types::ChannelFlowSummary]
Returns the value of attribute channel_flows.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_flows ⇒ ::Array[Types::ChannelFlowSummary]
Returns the value of attribute channel_flows.
572 573 574 |
# File 'sig/types.rbs', line 572 def channel_flows @channel_flows end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
573 574 575 |
# File 'sig/types.rbs', line 573 def next_token @next_token end |