Class: Aws::Comprehend::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_properties ⇒ Types::DatasetProperties
The dataset properties.
Instance Attribute Details
#dataset_properties ⇒ Types::DatasetProperties
The dataset properties.
1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1893 class DescribeDatasetResponse < Struct.new( :dataset_properties) SENSITIVE = [] include Aws::Structure end |