Class: Aws::Personalize::Types::DescribeDatasetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::Dataset

A listing of the dataset’s properties.

Returns:



2837
2838
2839
2840
2841
# File 'lib/aws-sdk-personalize/types.rb', line 2837

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