Class: Aws::IVS::Types::ListStreamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListStreamsRequest
- Defined in:
- gems/aws-sdk-ivs/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.
993 994 995 996 997 998 999 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 993 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.
993 994 995 996 997 998 999 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 993 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.
993 994 995 996 997 998 999 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 993 class ListStreamsRequest < Struct.new( :filter_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |