Class: Aws::IVS::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::ChannelSummary>
List of the matching channels.
-
#next_token ⇒ String
If there are more channels than
maxResults, usenextTokenin the request to get the next set.
Instance Attribute Details
#channels ⇒ Array<Types::ChannelSummary>
List of the matching channels.
1758 1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-ivs/types.rb', line 1758 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more channels than maxResults, use nextToken in the
request to get the next set.
1758 1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-ivs/types.rb', line 1758 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |