Class: Aws::IoTSiteWise::Types::ListDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListDatasetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_summaries ⇒ Array<Types::DatasetSummary>
A list that summarizes the dataset response.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#dataset_summaries ⇒ Array<Types::DatasetSummary>
A list that summarizes the dataset response.
7374 7375 7376 7377 7378 7379 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7374 class ListDatasetsResponse < Struct.new( :dataset_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
7374 7375 7376 7377 7378 7379 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7374 class ListDatasetsResponse < Struct.new( :dataset_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |