Class: Aws::IoTSiteWise::Types::ListDatasetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_summariesArray<Types::DatasetSummary>

A list that summarizes the dataset response.

Returns:



7374
7375
7376
7377
7378
7379
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7374

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

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


7374
7375
7376
7377
7378
7379
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7374

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