Class: Aws::Rekognition::Types::DescribeDatasetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_descriptionTypes::DatasetDescription

The description for the dataset.



1757
1758
1759
1760
1761
# File 'lib/aws-sdk-rekognition/types.rb', line 1757

class DescribeDatasetResponse < Struct.new(
  :dataset_description)
  SENSITIVE = []
  include Aws::Structure
end