Class: Aws::IoTAnalytics::Types::ListDatasetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_summariesArray<Types::DatasetSummary>

A list of DatasetSummary objects.

Returns:



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_tokenString

The token to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


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