Class: Aws::LookoutforVision::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_description ⇒ Types::DatasetDescription
The description of the requested dataset.
Instance Attribute Details
#dataset_description ⇒ Types::DatasetDescription
The description of the requested dataset.
567 568 569 570 571 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 567 class DescribeDatasetResponse < Struct.new( :dataset_description) SENSITIVE = [] include Aws::Structure end |