Class: Aws::IVS::Types::ListChannelsResponse

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

#channelsArray<Types::ChannelSummary>

List of the matching channels.

Returns:



1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1072

class ListChannelsResponse < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more channels than maxResults, use nextToken in the request to get the next set.

Returns:

  • (String)


1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1072

class ListChannelsResponse < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end