Class: Aws::IoTAnalytics::Types::ListDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListDatasetsResponse
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_summaries ⇒ Array<Types::DatasetSummary>
A list of
DatasetSummary
objects. -
#next_token ⇒ String
The token to retrieve the next set of results, or
null
if there are no more results.
Instance Attribute Details
#dataset_summaries ⇒ Array<Types::DatasetSummary>
A list of DatasetSummary
objects.
2091 2092 2093 2094 2095 2096 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2091 class ListDatasetsResponse < Struct.new( :dataset_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.
2091 2092 2093 2094 2095 2096 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2091 class ListDatasetsResponse < Struct.new( :dataset_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |