Class: Aws::IVS::Types::ListStreamSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListStreamSessionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
Channel ARN used to filter the list.
-
#max_results ⇒ Integer
Maximum number of streams to return.
-
#next_token ⇒ String
The first stream to retrieve.
Instance Attribute Details
#channel_arn ⇒ String
Channel ARN used to filter the list.
1324 1325 1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-ivs/types.rb', line 1324 class ListStreamSessionsRequest < Struct.new( :channel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of streams to return. Default: 100.
1324 1325 1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-ivs/types.rb', line 1324 class ListStreamSessionsRequest < Struct.new( :channel_arn, :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.
1324 1325 1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-ivs/types.rb', line 1324 class ListStreamSessionsRequest < Struct.new( :channel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |