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.
625 626 627 |
# File 'sig/types.rbs', line 625 def client_token @client_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
623 624 625 |
# File 'sig/types.rbs', line 623 def datastore_id @datastore_id end |
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
629 630 631 |
# File 'sig/types.rbs', line 629 def drift_detection_enabled @drift_detection_enabled end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
621 622 623 |
# File 'sig/types.rbs', line 621 def input_data_config @input_data_config end |
#input_format ⇒ ::String
Returns the value of attribute input_format.
628 629 630 |
# File 'sig/types.rbs', line 628 def input_format @input_format end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
620 621 622 |
# File 'sig/types.rbs', line 620 def job_name @job_name end |
#job_output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute job_output_data_config.
622 623 624 |
# File 'sig/types.rbs', line 622 def job_output_data_config @job_output_data_config end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
627 628 629 |
# File 'sig/types.rbs', line 627 def profile_id @profile_id end |
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
630 631 632 |
# File 'sig/types.rbs', line 630 def provenance_enabled @provenance_enabled end |
#validation_level ⇒ "strict", ...
Returns the value of attribute validation_level.
626 627 628 |
# File 'sig/types.rbs', line 626 def validation_level @validation_level end |