You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::CreateDatasetContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CreateDatasetContentRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateDatasetContentRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
dataset_name: "DatasetName", # required
version_id: "DatasetContentVersion",
}
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The name of the dataset.
-
#version_id ⇒ String
The version ID of the dataset content.
Instance Attribute Details
#dataset_name ⇒ String
The name of the dataset.
#version_id ⇒ String
The version ID of the dataset content. To specify versionId
for a
dataset content, the dataset must use a DeltaTimer filter.