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 data set 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 data set contents that have been created.
2609 2610 2611 2612 2613 2614 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2609 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.
2609 2610 2611 2612 2613 2614 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2609 class ListDatasetContentsResponse < Struct.new( :dataset_content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |