Class: Aws::IoTAnalytics::Types::ListDatastoresResponse

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

#datastore_summariesArray<Types::DatastoreSummary>

A list of DatastoreSummary objects.

Returns:



2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2124

class ListDatastoresResponse < Struct.new(
  :datastore_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)


2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2124

class ListDatastoresResponse < Struct.new(
  :datastore_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end