You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::DatasetContentVersionValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DatasetContentVersionValue as input to an Aws::Client method, you can use a vanilla Hash:

{
  dataset_name: "DatasetName", # required
}

The dataset whose latest contents are used as input to the notebook or application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_nameString

The name of the dataset whose latest contents are used as input to the notebook or application.

Returns:

  • (String)

    The name of the dataset whose latest contents are used as input to the notebook or application.