Class: Aws::IVS::Types::ListStreamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListStreamsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more streams than ‘maxResults`, use `nextToken` in the request to get the next set.
-
#streams ⇒ Array<Types::StreamSummary>
List of streams.
Instance Attribute Details
#next_token ⇒ String
If there are more streams than ‘maxResults`, use `nextToken` in the request to get the next set.
1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-ivs/types.rb', line 1384 class ListStreamsResponse < Struct.new( :next_token, :streams) SENSITIVE = [] include Aws::Structure end |
#streams ⇒ Array<Types::StreamSummary>
List of streams.
1384 1385 1386 1387 1388 1389 |
# File 'lib/aws-sdk-ivs/types.rb', line 1384 class ListStreamsResponse < Struct.new( :next_token, :streams) SENSITIVE = [] include Aws::Structure end |