Class: Aws::Types::StartFHIRExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFHIRExportJobRequest
- 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.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
551 552 553 |
# File 'sig/types.rbs', line 551 def client_token @client_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
549 550 551 |
# File 'sig/types.rbs', line 549 def datastore_id @datastore_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def job_name @job_name end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
548 549 550 |
# File 'sig/types.rbs', line 548 def output_data_config @output_data_config end |