Class: Aws::Chime::Types::ListChannelsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::ChannelSummary>

The information about each channel.

Returns:



5390
5391
5392
5393
5394
5395
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5390

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

#next_tokenString

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

Returns:

  • (String)


5390
5391
5392
5393
5394
5395
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5390

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