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.
1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1914 class DescribeDatasetResponse < Struct.new( :dataset_properties) SENSITIVE = [] include Aws::Structure end |