Class: Aws::IoTAnalytics::Types::ListDatasetContentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ListDatasetContentsResponse
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_content_summaries ⇒ Array<Types::DatasetContentSummary>
Summary information about dataset contents that have been created.
-
#next_token ⇒ String
The token to retrieve the next set of results, or
null
if there are no more results.
Instance Attribute Details
#dataset_content_summaries ⇒ Array<Types::DatasetContentSummary>
Summary information about dataset contents that have been created.
2058 2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2058 class ListDatasetContentsResponse < Struct.new( :dataset_content_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.
2058 2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2058 class ListDatasetContentsResponse < Struct.new( :dataset_content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |