Class: Aws::ChimeSDKMessaging::Types::SearchChannelsResponse

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::ChannelSummary>

A list of the channels in the request.

Returns:



2895
2896
2897
2898
2899
2900
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2895

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

#next_tokenString

The token returned from previous API responses until the number of channels is reached.

Returns:

  • (String)


2895
2896
2897
2898
2899
2900
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2895

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