Class: Aws::IoTSiteWise::Types::DatasetConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DatasetConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the configuration for a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::SessionConfig
The session configuration for a session-type dataset.
Instance Attribute Details
#session ⇒ Types::SessionConfig
The session configuration for a session-type dataset.
5133 5134 5135 5136 5137 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5133 class DatasetConfig < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |