Class: Aws::KinesisVideo::Types::ListSignalingChannelsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ListSignalingChannelsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_info_list ⇒ Array<Types::ChannelInfo>
An array of ‘ChannelInfo` objects.
-
#next_token ⇒ String
If the response is truncated, the call returns this element with a token.
Instance Attribute Details
#channel_info_list ⇒ Array<Types::ChannelInfo>
An array of ‘ChannelInfo` objects.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1191 class ListSignalingChannelsOutput < Struct.new( :channel_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1191 class ListSignalingChannelsOutput < Struct.new( :channel_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |