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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


1011
1012
1013
1014
1015
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1011

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