Class: Aws::IoTAnalytics::Types::ListChannelsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_summariesArray<Types::ChannelSummary>

A list of ‘ChannelSummary` objects.

Returns:



2008
2009
2010
2011
2012
2013
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2008

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

#next_tokenString

The token to retrieve the next set of results, or ‘null` if there are no more results.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2008

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