Class: Aws::Personalize::Types::CreateDatasetExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateDatasetExportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset export job.
Instance Attribute Details
#dataset_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset export job.
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 |