Class: Aws::IoTAnalytics::Types::DatasetContentVersionValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatasetContentVersionValue
- Includes:
- Structure
- Defined in:
- 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
-
#dataset_name ⇒ String
The name of the dataset whose latest contents are used as input to the notebook or application.
Instance Attribute Details
#dataset_name ⇒ String
The name of the dataset whose latest contents are used as input to the notebook or application.
1011 1012 1013 1014 1015 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1011 class DatasetContentVersionValue < Struct.new( :dataset_name) SENSITIVE = [] include Aws::Structure end |