Class: Aws::KinesisVideo::Types::ListStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ListStreamsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, the call returns this element with a token.
-
#stream_info_list ⇒ Array<Types::StreamInfo>
An array of ‘StreamInfo` objects.
Instance Attribute Details
#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.
1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1184 class ListStreamsOutput < Struct.new( :stream_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#stream_info_list ⇒ Array<Types::StreamInfo>
An array of ‘StreamInfo` objects.
1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1184 class ListStreamsOutput < Struct.new( :stream_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |