Class: Aws::KinesisVideo::Types::ListStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ListStreamsOutput
- Defined in:
- gems/aws-sdk-kinesisvideo/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.
983 984 985 986 987 988 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 983 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.
983 984 985 986 987 988 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 983 class ListStreamsOutput < Struct.new( :stream_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |