class Aws::IoTAnalytics::Types::Variable


@return [Types::OutputFileUriValue]
file URI.
The value of the variable as a structure that specifies an output
@!attribute [rw] output_file_uri_value
@return [Types::DatasetContentVersionValue]
content version.
The value of the variable as a structure that specifies a dataset
@!attribute [rw] dataset_content_version_value
@return [Float]
The value of the variable as a double (numeric).
@!attribute [rw] double_value
@return [String]
The value of the variable as a string.
@!attribute [rw] string_value
@return [String]
The name of the variable.
@!attribute [rw] name
}
},
file_name: “OutputFileName”, # required
output_file_uri_value: {
},
dataset_name: “DatasetName”, # required
dataset_content_version_value: {
double_value: 1.0,
string_value: “StringValue”,
name: “VariableName”, # required
{
data as a hash:
@note When making an API call, you may pass Variable
`stringValue`, ‘datasetContentVersionValue`, or `outputFileUriValue`.
execution. Each variable must have a name and a value given by one of
An instance of a variable to be passed to the `containerAction`