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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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:



2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2039

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)


2039
2040
2041
2042
2043
2044
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2039

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