Class: Aws::ChimeSDKMessaging::Types::ListChannelsAssociatedWithChannelFlowResponse

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

#channelsArray<Types::ChannelAssociatedWithFlowSummary>

The information about each channel.



2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2332

class ListChannelsAssociatedWithChannelFlowResponse < Struct.new(
  :channels,
  :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)


2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2332

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