Class: Aws::HealthLake::Types::StartFHIRExportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 967

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_arnString

The Amazon Resource Name used during the initiation of the job.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 967

class StartFHIRExportJobRequest < Struct.new(
  :job_name,
  :output_data_config,
  :datastore_id,
  :data_access_role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The AWS generated ID for the data store from which files are being exported for an export job.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 967

class StartFHIRExportJobRequest < Struct.new(
  :job_name,
  :output_data_config,
  :datastore_id,
  :data_access_role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The user generated name for an export job.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 967

class StartFHIRExportJobRequest < Struct.new(
  :job_name,
  :output_data_config,
  :datastore_id,
  :data_access_role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#output_data_configTypes::OutputDataConfig

The output data configuration that was supplied when the export job was created.



967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 967

class StartFHIRExportJobRequest < Struct.new(
  :job_name,
  :output_data_config,
  :datastore_id,
  :data_access_role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end