Class: Aws::IoTAnalytics::Types::ListDatasetContentsRequest

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_nameString

The name of the dataset whose contents information you want to list.

Returns:

  • (String)


2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2039

class ListDatasetContentsRequest < Struct.new(
  :dataset_name,
  :next_token,
  :max_results,
  :scheduled_on_or_after,
  :scheduled_before)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2039

class ListDatasetContentsRequest < Struct.new(
  :dataset_name,
  :next_token,
  :max_results,
  :scheduled_on_or_after,
  :scheduled_before)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2039

class ListDatasetContentsRequest < Struct.new(
  :dataset_name,
  :next_token,
  :max_results,
  :scheduled_on_or_after,
  :scheduled_before)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_beforeTime

A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

Returns:

  • (Time)


2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2039

class ListDatasetContentsRequest < Struct.new(
  :dataset_name,
  :next_token,
  :max_results,
  :scheduled_on_or_after,
  :scheduled_before)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_on_or_afterTime

A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See the field triggers.schedule in the CreateDataset request. (timestamp)

Returns:

  • (Time)


2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2039

class ListDatasetContentsRequest < Struct.new(
  :dataset_name,
  :next_token,
  :max_results,
  :scheduled_on_or_after,
  :scheduled_before)
  SENSITIVE = []
  include Aws::Structure
end