Class: Aws::IoTAnalytics::Types::GetDatasetContentRequest

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 are retrieved.

Returns:

  • (String)


1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1770

class GetDatasetContentRequest < Struct.new(
  :dataset_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The version of the dataset whose contents are retrieved. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to retrieve the contents of the latest or latest successfully completed dataset. If not specified, "$LATEST_SUCCEEDED" is the default.

Returns:

  • (String)


1770
1771
1772
1773
1774
1775
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1770

class GetDatasetContentRequest < Struct.new(
  :dataset_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end