Class: Aws::Types::StartFHIRImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFHIRImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#input_format ⇒ ::String
Returns the value of attribute input_format.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute job_output_data_config.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
-
#validation_level ⇒ "strict", ...
Returns the value of attribute validation_level.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
568 569 570 |
# File 'sig/types.rbs', line 568 def client_token @client_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def datastore_id @datastore_id end |
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
572 573 574 |
# File 'sig/types.rbs', line 572 def drift_detection_enabled @drift_detection_enabled end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
564 565 566 |
# File 'sig/types.rbs', line 564 def input_data_config @input_data_config end |
#input_format ⇒ ::String
Returns the value of attribute input_format.
571 572 573 |
# File 'sig/types.rbs', line 571 def input_format @input_format end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
563 564 565 |
# File 'sig/types.rbs', line 563 def job_name @job_name end |
#job_output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute job_output_data_config.
565 566 567 |
# File 'sig/types.rbs', line 565 def job_output_data_config @job_output_data_config end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def profile_id @profile_id end |
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
573 574 575 |
# File 'sig/types.rbs', line 573 def provenance_enabled @provenance_enabled end |
#validation_level ⇒ "strict", ...
Returns the value of attribute validation_level.
569 570 571 |
# File 'sig/types.rbs', line 569 def validation_level @validation_level end |