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 API idempotency.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) used during initiation of the export job.
-
#datastore_id ⇒ String
The data store identifier from which files are being exported.
-
#job_name ⇒ String
The export job name.
-
#output_data_config ⇒ Types::OutputDataConfig
The output data configuration supplied when the export job was started.
Instance Attribute Details
#client_token ⇒ String
An optional user provided token used for ensuring API idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-healthlake/types.rb', line 984 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 (ARN) used during initiation of the export job.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-healthlake/types.rb', line 984 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 data store identifier from which files are being exported.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-healthlake/types.rb', line 984 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 export job name.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-healthlake/types.rb', line 984 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 supplied when the export job was started.
984 985 986 987 988 989 990 991 992 |
# File 'lib/aws-sdk-healthlake/types.rb', line 984 class StartFHIRExportJobRequest < Struct.new( :job_name, :output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |