Class: Aws::ChimeSDKMessaging::Types::ListChannelFlowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelFlowsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_flows ⇒ Array<Types::ChannelFlowSummary>
The information about each channel flow.
-
#next_token ⇒ String
The token passed by previous API calls until all requested channels are returned.
Instance Attribute Details
#channel_flows ⇒ Array<Types::ChannelFlowSummary>
The information about each channel flow.
2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2039 class ListChannelFlowsResponse < Struct.new( :channel_flows, :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.
2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2039 class ListChannelFlowsResponse < Struct.new( :channel_flows, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |