Class: Aws::IoTSiteWise::Types::DescribeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
The ID of the dataset.
Instance Attribute Details
#dataset_id ⇒ String
The ID of the dataset.
4866 4867 4868 4869 4870 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4866 class DescribeDatasetRequest < Struct.new( :dataset_id) SENSITIVE = [] include Aws::Structure end |