Class: Aws::Rekognition::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeDatasetResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_description ⇒ Types::DatasetDescription
The description for the dataset.
Instance Attribute Details
#dataset_description ⇒ Types::DatasetDescription
The description for the dataset.
1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1769 class DescribeDatasetResponse < Struct.new( :dataset_description) SENSITIVE = [] include Aws::Structure end |