Class: Aws::IoTSiteWise::Types::DescribeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeDatasetRequest
- Defined in:
- gems/aws-sdk-iotsitewise/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.
5596 5597 5598 5599 5600 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5596 class DescribeDatasetRequest < Struct.new( :dataset_id) SENSITIVE = [] include Aws::Structure end |