Class: Aws::IVS::Types::ListStreamsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_byTypes::StreamFilters

Filters the stream list to match the specified criterion.



1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1286

class ListStreamsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of streams to return. Default: 100.

Returns:

  • (Integer)


1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1286

class ListStreamsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The first stream to retrieve. This is used for pagination; see the nextToken response field.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1286

class ListStreamsRequest < Struct.new(
  :filter_by,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end