Class: Aws::IoTSiteWise::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListDatasetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
-
#source_type ⇒ String
The type of data source for the dataset.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
7357 7358 7359 7360 7361 7362 7363 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7357 class ListDatasetsRequest < Struct.new( :source_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
7357 7358 7359 7360 7361 7362 7363 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7357 class ListDatasetsRequest < Struct.new( :source_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The type of data source for the dataset.
7357 7358 7359 7360 7361 7362 7363 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7357 class ListDatasetsRequest < Struct.new( :source_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |