Class: Aws::IoTSiteWise::Types::ListDatasetsRequest

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

#max_resultsInteger

The maximum number of results to return for each paginated request.

Returns:

  • (Integer)


7357
7358
7359
7360
7361
7362
7363
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7357

class ListDatasetsRequest < Struct.new(
  :source_type,
  :next_token,
  :max_results)
  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)


7357
7358
7359
7360
7361
7362
7363
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7357

class ListDatasetsRequest < Struct.new(
  :source_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of data source for the dataset.

Returns:

  • (String)


7357
7358
7359
7360
7361
7362
7363
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7357

class ListDatasetsRequest < Struct.new(
  :source_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end