Class: Aws::ChimeSDKMessaging::Types::ListChannelFlowsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_flowsArray<Types::ChannelFlowSummary>

The information about each channel flow.

Returns:



2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2047

class ListChannelFlowsResponse < Struct.new(
  :channel_flows,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

The token passed by previous API calls until all requested channels are returned.

Returns:

  • (String)


2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2047

class ListChannelFlowsResponse < Struct.new(
  :channel_flows,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end