Class: Aws::IoTAnalytics::Types::ListChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this request.
The default value is 100.
1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1992 class ListChannelsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1992 class ListChannelsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |