Class: Aws::Personalize::Types::CreateDatasetExportJobResponse

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

#dataset_export_job_arnString

The Amazon Resource Name (ARN) of the dataset export job.

Returns:

  • (String)


1202
1203
1204
1205
1206
# File 'lib/aws-sdk-personalize/types.rb', line 1202

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