Class: Aws::ChimeSDKMessaging::Types::ListChannelsAssociatedWithChannelFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelsAssociatedWithChannelFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::ChannelAssociatedWithFlowSummary>
The information about each channel.
-
#next_token ⇒ String
The token passed by previous API calls until all requested channels are returned.
Instance Attribute Details
#channels ⇒ Array<Types::ChannelAssociatedWithFlowSummary>
The information about each channel.
2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2332 class ListChannelsAssociatedWithChannelFlowResponse < Struct.new( :channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested channels are returned.
2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2332 class ListChannelsAssociatedWithChannelFlowResponse < Struct.new( :channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |