Class: Aws::IoTAnalytics::Types::ListDatasetContentsResponse

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_content_summariesArray<Types::DatasetContentSummary>

Summary information about dataset contents that have been created.

Returns:



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_tokenString

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

Returns:

  • (String)


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