Class: Aws::IoTAnalytics::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListDatasetsRequest
- 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.
2075 2076 2077 2078 2079 2080 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2075 class ListDatasetsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
2075 2076 2077 2078 2079 2080 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2075 class ListDatasetsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |