Class: Aws::IVS::Types::ListStreamSessionsRequest

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

#channel_arnString

Channel ARN used to filter the list.

Returns:

  • (String)


1245
1246
1247
1248
1249
1250
1251
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1245

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

#max_resultsInteger

Maximum number of streams to return. Default: 100.

Returns:

  • (Integer)


1245
1246
1247
1248
1249
1250
1251
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1245

class ListStreamSessionsRequest < Struct.new(
  :channel_arn,
  :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)


1245
1246
1247
1248
1249
1250
1251
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1245

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