Class: Aws::Personalize::Types::CreateDatasetImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateDatasetImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_import_job_arn ⇒ String
The ARN of the dataset import job.
Instance Attribute Details
#dataset_import_job_arn ⇒ String
The ARN of the dataset import job.
1331 1332 1333 1334 1335 |
# File 'lib/aws-sdk-personalize/types.rb', line 1331 class CreateDatasetImportJobResponse < Struct.new( :dataset_import_job_arn) SENSITIVE = [] include Aws::Structure end |