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.
1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1137 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.
1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1137 class ListSignalingChannelsOutput < Struct.new( :channel_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |