Class: Aws::Personalize::Types::CreateDatasetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The ARN of the dataset.

Returns:

  • (String)


1283
1284
1285
1286
1287
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1283

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