Class: Aws::IoTAnalytics::Types::ListDatastoresResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListDatastoresResponse
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_summaries ⇒ Array<Types::DatastoreSummary>
A list of
DatastoreSummary
objects. -
#next_token ⇒ String
The token to retrieve the next set of results, or
null
if there are no more results.
Instance Attribute Details
#datastore_summaries ⇒ Array<Types::DatastoreSummary>
A list of DatastoreSummary
objects.
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_token ⇒ String
The token to retrieve the next set of results, or null
if there
are no more results.
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 |