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)


8489
8490
8491
8492
8493
8494
8495
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8489

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)


8489
8490
8491
8492
8493
8494
8495
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8489

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)


8489
8490
8491
8492
8493
8494
8495
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8489

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