Class: Aws::IoTAnalytics::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribeDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset ⇒ Types::Dataset
An object that contains information about the dataset.
Instance Attribute Details
#dataset ⇒ Types::Dataset
An object that contains information about the dataset.
1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1550 class DescribeDatasetResponse < Struct.new( :dataset) SENSITIVE = [] include Aws::Structure end |