Class: Aws::IVS::Types::ListStreamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListStreamsResponse
- 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, usenextTokenin the request to get the next set. -
#streams ⇒ Array<Types::StreamSummary>
List of streams.
Instance Attribute Details
#next_token ⇒ String
If there are more streams than maxResults, use nextToken in the
request to get the next set.
1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-ivs/types.rb', line 1991 class ListStreamsResponse < Struct.new( :streams, :next_token) SENSITIVE = [] include Aws::Structure end |
#streams ⇒ Array<Types::StreamSummary>
List of streams.
1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-ivs/types.rb', line 1991 class ListStreamsResponse < Struct.new( :streams, :next_token) SENSITIVE = [] include Aws::Structure end |