Class: Aws::Personalize::Types::CreateDatasetExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateDatasetExportJobResponse
- Defined in:
- gems/aws-sdk-personalize/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.
1089 1090 1091 1092 1093 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1089 class CreateDatasetExportJobResponse < Struct.new( :dataset_export_job_arn) SENSITIVE = [] include Aws::Structure end |