Class: Aws::IVS::Types::ListStreamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListStreamsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_by ⇒ Types::StreamFilters
Filters the stream list to match the specified criterion.
-
#max_results ⇒ Integer
Maximum number of streams to return.
-
#next_token ⇒ String
The first stream to retrieve.
Instance Attribute Details
#filter_by ⇒ Types::StreamFilters
Filters the stream list to match the specified criterion.
1365 1366 1367 1368 1369 1370 1371 |
# File 'lib/aws-sdk-ivs/types.rb', line 1365 class ListStreamsRequest < Struct.new( :filter_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of streams to return. Default: 100.
1365 1366 1367 1368 1369 1370 1371 |
# File 'lib/aws-sdk-ivs/types.rb', line 1365 class ListStreamsRequest < Struct.new( :filter_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first stream to retrieve. This is used for pagination; see the ‘nextToken` response field.
1365 1366 1367 1368 1369 1370 1371 |
# File 'lib/aws-sdk-ivs/types.rb', line 1365 class ListStreamsRequest < Struct.new( :filter_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |