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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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:



8506
8507
8508
8509
8510
8511
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8506

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)


8506
8507
8508
8509
8510
8511
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8506

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