Class: Aws::IoTAnalytics::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_summaries ⇒ Array<Types::ChannelSummary>
A list of ‘ChannelSummary` objects.
-
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
Instance Attribute Details
#channel_summaries ⇒ Array<Types::ChannelSummary>
A list of ‘ChannelSummary` objects.
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_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
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 |