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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-ivs/types.rb', line 1972

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

#max_resultsInteger

Maximum number of streams to return. Default: 100.

Returns:

  • (Integer)


1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-ivs/types.rb', line 1972

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

#next_tokenString

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

Returns:

  • (String)


1972
1973
1974
1975
1976
1977
1978
# File 'lib/aws-sdk-ivs/types.rb', line 1972

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