Class: Aws::ChimeSDKMessaging::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::ChannelSummary>
The information about each channel.
-
#next_token ⇒ String
The token returned from previous API requests until the number of channels is reached.
Instance Attribute Details
#channels ⇒ Array<Types::ChannelSummary>
The information about each channel.
2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2433 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token returned from previous API requests until the number of channels is reached.
2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2433 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |