Class: Aws::IVS::Types::ListStreamSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListStreamSessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more streams than ‘maxResults`, use `nextToken` in the request to get the next set.
-
#stream_sessions ⇒ Array<Types::StreamSessionSummary>
List of stream sessions.
Instance Attribute Details
#next_token ⇒ String
If there are more streams than ‘maxResults`, use `nextToken` in the request to get the next set.
1343 1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-ivs/types.rb', line 1343 class ListStreamSessionsResponse < Struct.new( :next_token, :stream_sessions) SENSITIVE = [] include Aws::Structure end |
#stream_sessions ⇒ Array<Types::StreamSessionSummary>
List of stream sessions.
1343 1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-ivs/types.rb', line 1343 class ListStreamSessionsResponse < Struct.new( :next_token, :stream_sessions) SENSITIVE = [] include Aws::Structure end |