Class: Aws::HealthLake::Types::StartFHIRExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::StartFHIRExportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
An optional user provided token used for ensuring idempotency.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name used during the initiation of the job.
-
#datastore_id ⇒ String
The AWS generated ID for the data store from which files are being exported for an export job.
-
#job_name ⇒ String
The user generated name for an export job.
-
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
Instance Attribute Details
#client_token ⇒ String
An optional user provided token used for ensuring idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
992 993 994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-healthlake/types.rb', line 992 class StartFHIRExportJobRequest < Struct.new( :job_name, :output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The Amazon Resource Name used during the initiation of the job.
992 993 994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-healthlake/types.rb', line 992 class StartFHIRExportJobRequest < Struct.new( :job_name, :output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The AWS generated ID for the data store from which files are being exported for an export job.
992 993 994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-healthlake/types.rb', line 992 class StartFHIRExportJobRequest < Struct.new( :job_name, :output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The user generated name for an export job.
992 993 994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-healthlake/types.rb', line 992 class StartFHIRExportJobRequest < Struct.new( :job_name, :output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
992 993 994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-healthlake/types.rb', line 992 class StartFHIRExportJobRequest < Struct.new( :job_name, :output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |