Class: Aws::Chime::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
5390 5391 5392 5393 5394 5395 |
# File 'lib/aws-sdk-chime/types.rb', line 5390 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.
5390 5391 5392 5393 5394 5395 |
# File 'lib/aws-sdk-chime/types.rb', line 5390 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |