Class: Aws::Types::ListChannelsAssociatedWithChannelFlowResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelsAssociatedWithChannelFlowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[Types::ChannelAssociatedWithFlowSummary]
Returns the value of attribute channels.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channels ⇒ ::Array[Types::ChannelAssociatedWithFlowSummary]
Returns the value of attribute channels.
651 652 653 |
# File 'sig/types.rbs', line 651 def channels @channels end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
652 653 654 |
# File 'sig/types.rbs', line 652 def next_token @next_token end |